We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: