Okiki Ojo
Okiki Ojo
I think this is resolved
Interesting...ok I'll try to backport a fix
@harrytran998 It's now fixed, give it a try https://bundlejs.com/?q=@onemind/ui&bundle
Please let me know if you run into this problem again
I made the package fetching algorithm more specific than before, allowing it to avoid fetching packages that could just be ignored or treeshaken away
@camargo The pr itself is working, it's the test that's broken and I can't figure out how to fix it
@sapphi-red That isn't the problem. I want to bundle the worker as both esm and iife
I create an empty module worker, and then test to see if the module worker crashes on the browser, if it does I switch to iife mode otherwise I use...
@sapphi-red You've hit some of the key points I'd like addressed, however, the current way vite supports iife is super buggy, and I'm not sure if going all in on...
@sapphi-red What I mean is that even if you build a worker using iife, vite has a tendency of mixing and matching esm imports with iife import scripts, thus the...