Skip to content

Commit e74e014

Browse files
author
Zerone
committed
build: disable minification when building
1 parent 42176a3 commit e74e014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineConfig({
88
build: {
99
target: 'es2015',
1010
copyPublicDir: false,
11+
minify: false,
1112
rollupOptions: {
1213
external: ['lodash'],
1314
},

0 commit comments

Comments
 (0)