Skip to content

Commit

Permalink
build: 📦打包优化调整
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Jun 19, 2024
1 parent 962b900 commit 5b96e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function pluginsList(): PluginOption[] {
vueJsx(), // jsx支持
removeConsole(), // 移除console
svgLoader({ svgoConfig: {} }), // svg组件化支持
configCompressPlugin('gzip'), // 压缩
configCompressPlugin('gzip', true), // 压缩
configVisualizerPlugin('none') // 打包分析
];
}

0 comments on commit 5b96e67

Please sign in to comment.