Skip to content

Commit

Permalink
Disable minify.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 29, 2024
1 parent 6c62ee3 commit a5727be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: "./",
base: "./",
build: {
minify: false,
},
})

0 comments on commit a5727be

Please sign in to comment.