react-redux-blog icon indicating copy to clipboard operation
react-redux-blog copied to clipboard

i run: npm run dev: show message errror, please fix issue

Open levantuy opened this issue 6 years ago • 1 comments

ERROR in multi (webpack)-dev-server/client?http://localhost:8080 ./public/src/index.js Module not found: Error: Can't resolve 'babel' in 'E:\Source Code Personal\ReactJS\react-redux-blog-master' BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'babel-loader' instead of 'babel', see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed @ multi (webpack)-dev-server/client?http://localhost:8080 ./public/src/index.js

levantuy avatar Jul 19 '18 08:07 levantuy

I forked it and fixed the Webpack issue in the latest version of the webpack-dev-server.

Check it out: https://github.com/aldomonteiro/react-redux-blog

aldomonteiro avatar Jul 29 '18 23:07 aldomonteiro