rollup-plugin-off-main-thread icon indicating copy to clipboard operation
rollup-plugin-off-main-thread copied to clipboard

Documented option not actually implemented

Open neilvanlandingham opened this issue 3 years ago • 0 comments

Thanks for the great plugin, Surma!

The README.md specifies that there is an option workerRegexp exposed for customizing the regular expression assigned to workerRegexpForTransform in index.js, but this hasn't actually been implemented in the code.

I came across this issue because rollup is for some reason transforming import.meta.url in my code to importMeta.url causing the default workerRegexpForTransform not to match in my use case.

neilvanlandingham avatar Sep 15 '21 21:09 neilvanlandingham