We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42176a3 commit e74e014Copy full SHA for e74e014
vite.config.ts
@@ -8,6 +8,7 @@ export default defineConfig({
8
build: {
9
target: 'es2015',
10
copyPublicDir: false,
11
+ minify: false,
12
rollupOptions: {
13
external: ['lodash'],
14
},
0 commit comments