Skip to content

Commit

Permalink
fix: disable minify
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Feb 21, 2024
1 parent bd5b7d3 commit a113a55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import monkey from 'vite-plugin-monkey'

// https://vitejs.dev/config/
export default defineConfig({
build: {
minify: 'esbuild'
},
plugins: [
monkey({
entry: 'src/main.ts',
Expand Down

0 comments on commit a113a55

Please sign in to comment.