I’ve installed react by installing create-react-app after that when i ejected the file and added modules: trues, localIdentName : ‘[name][local][hash:base64:5]’ to webpack.config.dev & webpack.config.prod and restart the app by writing npm start then it’s showing this problem …
i did these things :
- installed create-react-app by writing > npm install create-react-app -g
- create-react-app oldidea
- cd oldidea
- npm start
- npm run eject
- added those code to webpack
7.and when i restart the app by writing npm start then it shows this problem