xiaoice
xiaoice
Have you solved it? I have a similar problem in the form of characters [%]
taro3.x app.config.js文件添加subpackages 参考:https://developers.weixin.qq.com/miniprogram/dev/framework/subpackages/basic.html
分包里面的Component组件能不能默认不打到主包里面
分包里面的Component组件能不能默认不打到主包里面
@wuchangming 感谢,您这个方案不知道怎么用的,目前taro分包的组件被单个页面引入不会打到主包common.js,被多个页面引入就会打入common.js,我们现在分包组件尽量避免被多个页面引入