surma / rollup-plugin-off-main-thread

Use Rollup with workers and ES6 modules today.
Apache License 2.0
308 stars 32 forks source link

Add support for plain filenames in `new URL` #44

Closed RReverser closed 3 years ago

RReverser commented 3 years ago

Those are supported by other implementations, but we're dealing with module IDs in Rollup, so need to sprinkle a bit more magic for compatibility.

While at it, discourage new Worker('./plain-url') pattern in docs.