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