We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
问题描述
分包优化具体逻辑: 静态文件:分包下支持 static 等静态资源拷贝,即分包目录内放置的静态资源不会被打包到主包中,也不可在主包中使用 js文件:当某个 js 仅被一个分包引用时,该 js 会被打包到该分包内,否则仍打到主包(即被主包引用,或被超过 1 个分包引用) 自定义组件:若某个自定义组件仅被一个分包引用时,且未放入到分包内,编译时会输出提示信息
官方文档中是这样写的,但是发现 3.0.0 似乎不支持分包优化,只被分包用到的 js 文件还是会被打到主包里
预期结果
能够分包优化
实际结果
不能分包优化
系统信息:
The text was updated successfully, but these errors were encountered:
暂不支持对node_modules中的内容做分包优化,仅分包使用的js文件,可以直接放入到分包目录引用
Sorry, something went wrong.
有计划对uni-app3做分包优化的支持吗,我看到目前为止任不支持,文档也没明确指出不支持
看我的解决办法 #5025
fxy060608
No branches or pull requests
问题描述
官方文档中是这样写的,但是发现 3.0.0 似乎不支持分包优化,只被分包用到的 js 文件还是会被打到主包里
预期结果
能够分包优化
实际结果
不能分包优化
系统信息:
The text was updated successfully, but these errors were encountered: