darionco / rollup-plugin-web-worker-loader

Rollup plugin to load Workers. Supports inlining, dependencies, source maps, NodeJS and browsers.
MIT License
112 stars 31 forks source link

Does not work with esm. #34

Closed TheComputerM closed 3 years ago

TheComputerM commented 4 years ago

It is showing that UMD and IIFE are not supported for code splitting, I have inline set as false.

darionco commented 4 years ago

Could you let me know why you closed this issue? I was going to take a look later today.

TheComputerM commented 4 years ago

Sorry, I don't know much about rollup plugins so I am not sure what caused the error. The error appears when I try to use this plugin with sapper. I am sorry that I could not provide any details (as I am dumb), I closed this because I found a workaround.

darionco commented 4 years ago

Nah man, you’re not dumb, the fact that you took the time to report a bug shows just that.

I’ll take a look and update this issue, thanks!

darionco commented 3 years ago

Ok, after trying to reproduce this error for a while I haven't been to reproduce it, closing.