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
}
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
}