AssetsOverSizeLimitWarning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
vendors.js (363 KiB)
at Generator.next ()
NoAsyncChunksWarning: webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
at Generator.next ()
相关平台
微信小程序
小程序基础库: 3.3.3 使用框架: React
复现步骤
每次执行build:weapp就出现 dev:weapp不会
期望结果
处理该报错提示
实际结果
AssetsOverSizeLimitWarning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance.
环境信息
补充信息
AssetsOverSizeLimitWarning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: vendors.js (363 KiB) at Generator.next ()
NoAsyncChunksWarning: webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/ at Generator.next ()