yinLiangDream / mp-colorui

MP-COLORUI 是基于 Taro框架的组件库,由于作者平时工作较忙,有时回复不及时,有事可以加QQ群 1145534886 咨询,文档请看这里→
https://yinliangdream.github.io/mp-colorui-doc/
MIT License
365 stars 41 forks source link

ntrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. #3

Closed civetming closed 5 years ago

civetming commented 5 years ago

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

H5 启动warning 在哪里修改

yinLiangDream commented 5 years ago

@robin-ming 在 prod 文件下添加这一句

image
webpackChain (chain) {
  chain.performance.set('hints', false);
}
image
civetming commented 5 years ago

好的 试了下 可以 谢啦

------------------ 原始邮件 ------------------ 发件人: "梁音"notifications@github.com; 发送时间: 2019年7月27日(星期六) 中午12:36 收件人: "yinLiangDream/mp-colorui"mp-colorui@noreply.github.com; 抄送: "Ice✨"839786983@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [yinLiangDream/mp-colorui] ntrypoint size limit: The followingentrypoint(s) combined asset size exceeds the recommended limit (244 KiB).This can impact web performance. (#3)

@robin-ming 在 prod 文件下添加这一句

webpackChain (chain) { chain.performance.set('hints', false); }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.