Skip to content

Commit

Permalink
use terser to fix #426 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreisner authored Oct 20, 2024
1 parent cb53072 commit 4c80c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import cssInjectedByJsPlugin from 'vite-plugin-css-injected-by-js';
// https://vitejs.dev/config/
export default defineConfig({
build: {
minify: 'terser',
rollupOptions: {
input: {
main: resolve(__dirname, 'example.html'),
Expand Down

0 comments on commit 4c80c4e

Please sign in to comment.