Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 11, 2024
1 parent e2e72c1 commit 7527ee2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import viteCompression from 'vite-plugin-compression'
export default defineConfig({
build: {
target: 'ES2022',
sourcemap: true,
minify: 'terser'
sourcemap: true
},
plugins: [
VitePWA({
Expand All @@ -18,7 +17,6 @@ export default defineConfig({
'**/*'
]
}),
nodePolyfills(),
viteCompression()
nodePolyfills()
]
})

0 comments on commit 7527ee2

Please sign in to comment.