We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17fd31 commit dd8742eCopy full SHA for dd8742e
config/index.ts
@@ -14,7 +14,7 @@ export function pluginsList(): PluginOption[] {
14
vueJsx(), // jsx支持
15
removeConsole(), // 移除console
16
svgLoader({ svgoConfig: {} }), // svg组件化支持
17
- configCompressPlugin('gzip', true), // 压缩
+ configCompressPlugin('gzip', false), // 压缩
18
configVisualizerPlugin('none') // 打包分析
19
];
20
}
0 commit comments