Skip to content

Commit

Permalink
build(vite): disable esbuild minifySyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 15, 2024
1 parent 38008a1 commit 58309a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export default defineConfig({
build: {
assetsInlineLimit: 0,
},
esbuild: {
minifySyntax: false,
},
plugins: [createHtmlPlugin({ viteNext: true })],
})

0 comments on commit 58309a6

Please sign in to comment.