mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
Chore: speed up build
This commit is contained in:
parent
c21d9937fa
commit
87eb6088e5
@ -6,7 +6,7 @@ import tsConfigPath from 'vite-tsconfig-paths'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
react(),
|
||||
react({ babel: { compact: false } }),
|
||||
tsConfigPath(),
|
||||
windiCSS(),
|
||||
VitePWA({
|
||||
@ -31,4 +31,5 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
build: { reportCompressedSize: false },
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user