DEV Community

Discussion on: Setup a React.JS Project with TypeScript, ESLint and Prettier without create-react-app

Collapse
 
jerryasher profile image
Jerry Asher

I believe

Put in the babel.config.js file the content:

should be

Put in the webpack.config.js file the content:

Collapse
 
renatobentorocha profile image
Renato Rocha

Hi Jerry, thanks for watching. I fixed that.