Skip to content

Commit dd8742e

Browse files
committed
fix: 压缩后原文件丢失
1 parent c17fd31 commit dd8742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function pluginsList(): PluginOption[] {
1414
vueJsx(), // jsx支持
1515
removeConsole(), // 移除console
1616
svgLoader({ svgoConfig: {} }), // svg组件化支持
17-
configCompressPlugin('gzip', true), // 压缩
17+
configCompressPlugin('gzip', false), // 压缩
1818
configVisualizerPlugin('none') // 打包分析
1919
];
2020
}

0 commit comments

Comments
 (0)