📜  webpack 如何在运行构建时禁用警告 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:37.132000             🧑  作者: Mango

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