Skip to content

Commit

Permalink
build(vite): enable minify on build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-mertens committed Oct 12, 2024
1 parent 316f8bf commit a4f5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig(({ mode}) => {
commonjsOptions: {
include: commonjsDeps,
},
minify: false
minify: true
},
test: {
include: ['**/*.test.ts', '**/*.test.vue'],
Expand Down

0 comments on commit a4f5bd6

Please sign in to comment.