Skip to content

Commit

Permalink
Minify ES bundle (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fry98 committed Jan 18, 2022
1 parent 86681e2 commit 0bf09b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Expand Up @@ -2,6 +2,9 @@ import { defineConfig } from 'vite'
import { resolve } from 'path'

export default defineConfig({
esbuild: {
minify: true
},
build: {
target: 'esnext',
minify: 'terser',
Expand Down

0 comments on commit 0bf09b7

Please sign in to comment.