Skip to content

Commit

Permalink
fix: vite build to support wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
vaayne committed Sep 2, 2024
1 parent d57fe21 commit e059075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
// },
// },
build: {
// target: "esnext",
target: "esnext",
rollupOptions: {
input: {
main: resolve(__dirname, "index.html"),
Expand Down

0 comments on commit e059075

Please sign in to comment.