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
In webpack.config.prod.js L391 L405 L420 L437, loaderis used instead of use. See: webpack.config.prod.js .
webpack.config.prod.js
loader
use
In file webpack.config.dev.js L318 L326 L340 L346 , it's correct usage use. See: webpack.config.dev.js
webpack.config.dev.js
Webpack4 documentation here:
Rule.loader is a shortcut to Rule.use: [ { loader } ]. See Rule.use and UseEntry.loader for details.
The text was updated successfully, but these errors were encountered:
This was fixed as part of #5722
Sorry, something went wrong.
No branches or pull requests
In
webpack.config.prod.js
L391 L405 L420 L437,loader
is used instead ofuse
. See: webpack.config.prod.js .In file
webpack.config.dev.js
L318 L326 L340 L346 , it's correct usageuse
. See: webpack.config.dev.jsWebpack4 documentation here:
The text was updated successfully, but these errors were encountered: