|
@@ -65,12 +65,12 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
|
|
|
: null
|
|
|
},
|
|
|
plugins: [
|
|
|
- ...getPluginsList(command, VITE_LEGACY)
|
|
|
- // zipPack({
|
|
|
- // inDir:'dist',
|
|
|
- // outFileName:'build.zip',
|
|
|
- // pathPrefix:''
|
|
|
- // })
|
|
|
+ ...getPluginsList(command, VITE_LEGACY),
|
|
|
+ zipPack({
|
|
|
+ inDir:'dist',
|
|
|
+ outFileName:'build.zip',
|
|
|
+ pathPrefix:''
|
|
|
+ })
|
|
|
],
|
|
|
optimizeDeps: {
|
|
|
include: ["pinia", "lodash-es", "@vueuse/core"],
|