webpack warning : 入口点大小超过了建议的限制(244kB)

时间:2020-07-17 14:58:13   收藏:0   阅读:2152

报错:

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  bundle.js (1.55 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (1.55 MiB)
      bundle.js

解决:
在webpack配置文件“webpack.config.js”中添加:

performance: { hints: false }

原文:https://www.cnblogs.com/xym4869/p/13328650.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!