-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
npm-crate-example appears to be broken #20
Comments
This is a regression in |
Currently, wasm-pack does not create
go back last 0.1.11 is only solution because it does not use |
nshen/vite-plugin-wasm-pack#20 was the cause of prior confusion.
Had a similar issue with my own package, I also just went back to the older version 0.1.11 and now everything works. |
We lock vite-plugin-wasm-pack to 0.1.11 given that the newest can't resolve old version of package.json nshen/vite-plugin-wasm-pack#20
Commands and outputs to reproduce:
I ran into the same problem with finding the module with my own package, so I tried to reproduce the example - and it fails on my machine.
The text was updated successfully, but these errors were encountered: