Skip to content

Commit

Permalink
Update vite.config.js in Vite Example README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Oct 10, 2022
1 parent dff0fc2 commit 430d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automerge-js/examples/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
// versions of the JS wrapper. This causes problems because the JS
// wrapper has a module level variable to track JS side heap
// allocations, initializing this twice causes horrible breakage
exclude: ["automerge-wasm"]
exclude: ["@automerge/automerge-wasm"]
}
})
```
Expand Down

0 comments on commit 430d842

Please sign in to comment.