webpack 警告:WARNING in asset size limit

1,266 阅读1分钟

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).

webpack中添加如下配置, 目前使用项目为react项目,在webpack.config.prod.js文件里添加即可。

performance: {
  hints:false   
}

来源链接:blog.csdn.net/pcaxb/artic…