Skip to content

Commit

Permalink
Merge pull request #9 from christianjtr/develop
Browse files Browse the repository at this point in the history
Enhance build
  • Loading branch information
christianjtr authored Mar 31, 2024
2 parents 03c6c40 + c20540d commit 85922f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export default defineConfig(({ mode }) => {
const isProduction = mode === 'production';

return {
build: {
target: 'esnext',
},
plugins: [
svelte(),
VitePWA({
Expand Down

0 comments on commit 85922f6

Please sign in to comment.