rollup-plugin-off-main-thread
rollup-plugin-off-main-thread copied to clipboard
Documented option not actually implemented
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.