Skip to content

Commit

Permalink
build: target esnext to use WASM modules
Browse files Browse the repository at this point in the history
  • Loading branch information
elyse0 committed Dec 1, 2024
1 parent bab2851 commit 41e7e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig({
port: 8080,
},
build: {
target: 'esnext',
cssCodeSplit: false,
},
});

0 comments on commit 41e7e4a

Please sign in to comment.