Explorar el Código

feat(manifest): 添加分包优化配置

在 manifest 配置中增加分包优化选项以提升小程序性能
feige996 hace 10 meses
padre
commit
221975ccb6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      manifest.config.ts

+ 3 - 0
manifest.config.ts

@@ -124,6 +124,9 @@ export default defineManifestConfig({
       es6: true,
       minified: true,
     },
+    optimization: {
+      subPackages: true,
+    },
     usingComponents: true,
     // __usePrivacyCheck__: true,
   },