-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
未使用的组件也被打包了? #7246
Comments
Hi,想问下这个有什么进展吗 |
没呢,不知道最新的版本还有没有这问题,还没试。 |
我调了下,这些是打出来的 component chunk,实际并没有打进去,是异步按需加载的组件,只不过 webpack-bundle-analyser 没有做区分。我觉得可以 /close 这个 issue了~ |
我现在在做H5端的PWA,PWA会将所有的chunk都配置进去,但是有一些异步加载的chunk是不应该被配置进去的,这样可以节省占用ServiceWorker的存储空间,请问大伙有什么方式可以拿到这块的依赖性?我这个问题和这个issue也是有相关性的! |
这不是同一个问题,将在新的 issue 中跟进。 |
相关平台
H5
浏览器版本: chrome 79.0.3945.88(正式版本) (64 位)
使用框架: React
复现步骤
初始项目打包。
没有使用过它但是默认打包就会被打包进来,还挺大的。
webpack-bundle-analyzer :node_modules@tarojs\components\dist\esm-es5\taro-swiper-core_2.entry.js (154.22kb)
期望结果
减小包体积
实际结果
打包了一些没用到的东西
环境信息
The text was updated successfully, but these errors were encountered: