b2nil opened this issue 4 years ago · 1 comments
详见: taro issue #8203
目前从 taro-ui-vue3(dist/index.esm.js) 中引入组件,暂不能实现按需引入,会出现整个包被引入的情况。
taro-ui-vue3
dist/index.esm.js
通过 webpack-bundle-analyzer 分析显示,整包引入的大小大致如下:
webpack-bundle-analyzer
解决方案: 从 taro-ui-vue3/lib 下按需引入组件,这样能大幅减少打包大小。
taro-ui-vue3/lib