Replies: 2 comments
-
Regardless of our frontend framework, we have to use webpack for the moment because wasm-pack and other build dependencies require it. Once we finish the port to Svelte, it will be useful to begin investigating whether we can get wasm-pack to work in another bundler (Vite, Rollup, or others) or replace wasm-pack with something like Trunk. Anyone who wants to help with this would be welcome to do so! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is done now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Even though the project uses Vue 3, I was surprised @vue/cli-service is used instead of vite https://vitejs.dev/ , which is significantly faster.
Any reasons for that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions