Skip to content

Commit c03b207

Browse files
committed
chore(passport): use minify
1 parent f49a8f2 commit c03b207

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/web/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'
55
export default defineConfig({
66
plugins: [vue()],
77
build: {
8+
minify: true,
89
chunkSizeWarningLimit: 3000
910
}
1011
})

0 commit comments

Comments
 (0)