Skip to content

CSS code snippet – webpack How to disable warning when run build?

// in the "root" of your webpack config
// OR if you are using webpack-dev-server, in the devServer object.
stats: {
  warnings: false
}
See also  TypeScript code snippet - How to use different scripts in one in R?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.