feat(manifest): 添加分包优化配置
在 manifest 配置中增加分包优化选项以提升小程序性能
This commit is contained in:
@@ -124,6 +124,9 @@ export default defineManifestConfig({
|
||||
es6: true,
|
||||
minified: true,
|
||||
},
|
||||
optimization: {
|
||||
subPackages: true,
|
||||
},
|
||||
usingComponents: true,
|
||||
// __usePrivacyCheck__: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user