-
-
Notifications
You must be signed in to change notification settings - Fork 385
Disabling "Entrypoint..." loader messages #39
New issue
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
Comments
webpack.config.js export default {
stats: {
// One of the two if I remember right
entrypoints: false,
children: false
},
config...
} See https://webpack.js.org/configuration/stats/ for all possible options :) |
Look comment above 👍 |
I received the same message, but I don't quite understand what it means. Can you explain it for me? |
Its described in the documentation: |
During the build, I receive the following messages. Is it okay and if yes, is there a way to disable them?
The text was updated successfully, but these errors were encountered: