webpack comment désactiver l'avertissement lors de la construction

// in the "root" of your webpack config
// OR if you are using webpack-dev-server, in the devServer object.
stats: {
  warnings: false
}
Mason