webpack warning : 入口點大小超過了建議的限制(244kB)

報錯:

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 }
轉載: http://t.zoukankan.com/xym4869-p-13328650.html
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章