-
I wanted to load arquero in a fresh Svelte project where I'm using vite as the bundler. I'm getting the error that I tried loading it into the Svelte REPL to see what it does there and I get a similar error where it's trying to load ![]() Is there some other way that I should be loading or importing it for it to work client-side? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Arquero has multiple builds, one for node and one for the browser. The
Is it possible to configure other libraries/bundlers to use this? I did some minimal searching and it appears others have had similar issues with vite. I'm also happy to consider alternative build configurations (perhaps named exports?) if it helps, and we can confirm that they work. |
Beta Was this translation helpful? Give feedback.
I researched this a bunch and came to the conclusion that arquero is packaged directly. I flagged it to Rich and he just put in a fix: sveltejs/svelte.dev#1261