npm run build 时的 warning
Posted heroljy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm run build 时的 warning相关的知识,希望对你有一定的参考价值。
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
webpack 提示打包的入口文件体积超过了推荐的 244kb,即使做了分包,这个提示还是会存在,而且有了warning就不显示building的时长
在 vue.config.js 中配置下 webpack,关闭build时的这个提示,vue-cli 默认在 npm run serve 时默认是关闭提示的
以上是关于npm run build 时的 warning的主要内容,如果未能解决你的问题,请参考以下文章
npm run build 给出 npm ERR!代码生命周期