I\'m setting up webpack to my react project using yarn and this error appears:
ERROR in ./src/app.js 67:6 Module parse failed: Unexpected token (67:6) Y
add a .babelrc file to the same folder where your node_modules folder is, with the below content
{ "presets": ["@babel/preset-react"] }