diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-31 18:20:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-31 18:20:38 +0900 |
| commit | d7b55e7d9a3dce5e3d7a71d5266aa2787c6ad5f8 (patch) | |
| tree | 0a0dd24b590f9182e1a5d31c0d58342439ffc71b /package.json | |
| parent | 49f71add1646aac2ed1f18515e231a57ef87b89d (diff) | |
| download | kioku-d7b55e7d9a3dce5e3d7a71d5266aa2787c6ad5f8.tar.gz kioku-d7b55e7d9a3dce5e3d7a71d5266aa2787c6ad5f8.tar.zst kioku-d7b55e7d9a3dce5e3d7a71d5266aa2787c6ad5f8.zip | |
fix(build): add WASM support for Automerge in Vite
Automerge uses WebAssembly which requires vite-plugin-wasm and
vite-plugin-top-level-await to handle WASM modules in production builds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index af84a68..115e728 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,8 @@ "typescript": "^5.9.3", "vite": "^7.2.6", "vite-plugin-pwa": "^1.2.0", + "vite-plugin-top-level-await": "^1.6.0", + "vite-plugin-wasm": "^3.5.0", "vitest": "^4.0.15" }, "pnpm": { |
