update
This commit is contained in:
@@ -33,14 +33,7 @@ export default defineConfig({
|
||||
targets: ["defaults", "not IE 11", 'chromeAndroid>=52, iOS>=13.1']
|
||||
}),
|
||||
vitePluginBundleObfuscator(allObfuscatorConfig),
|
||||
viteCompression({
|
||||
verbose: true,
|
||||
disable: false,
|
||||
threshold: 10240,
|
||||
algorithm: 'gzip',
|
||||
ext: '.gz',
|
||||
deleteOriginFile: true,
|
||||
}),
|
||||
viteCompression(),
|
||||
visualizer({open: false}),
|
||||
], css: {
|
||||
postcss: {
|
||||
|
||||
Reference in New Issue
Block a user