Open Giszmo opened 2 years ago
Are we needing readable-streams and are we correctly polyfilling it in vite.config.js
?
@ralyodio you tell me. This is the kind of issues I need people with more experience for. Being a Svelte/JS-dev only since this project I had no idea what was rollup and I still only have a vague understanding of what polyfilling is.
When running
pnpm run build
, some text (not marked as error or warning) is shown about circular dependencies:This looks like this issue and while the first instance can be solved using hacks described here, these do not solve the second pair of circular dependencies above.
Is this a problem? Do we have to fix it? If so, how?