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

Use Rollup with workers and ES6 modules today.

Results 18 rollup-plugin-off-main-thread issues
Sort by recently updated
recently updated
newest added

Description: Updated ejs to version `3.1.8` to resolve a critical github issue - This resolves issues the Github issue mentioned [here](https://github.com/advisories/GHSA-phwq-j96m-2c2q) - And also the issue mentioned [here](https://github.com/surma/rollup-plugin-off-main-thread/issues/52)

Hi, There is a vulnerability is ejs version 3.1.6. https://github.com/advisories/GHSA-phwq-j96m-2c2q . Could you maybe bump this version to the latest?

I'd like to make use of this plugin but I'm using a `SharedWorker` Not sure if SharedWorkers will need special treatment or if they can be taken care of with...

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...

Currently sourcemaps with `omt:` URLs contain the absolute path of the resolved file on the system running rollup. Which potentially leaks sensitive information (e.g. the developer's local username). This makes...

It seems currently not possible to use this plugin with WMR: ```sh yarn create wmr your-project-name cd your-project-name yarn add --dev @surma/rollup-plugin-off-main-thread echo 'import OMT from "@surma/rollup-plugin-off-main-thread";' > wmr.config.mjs echo...

Would it be possible to add an option to bundle the worker into the main module using a data url, to avoid a separate network request? I've tried to make...

The main chunk is currently always exported as `./filename.js` - e.g. `define("./index.js", ...)`, which makes it hard to use on the same page as other AMD modules not produced by...

it seems this plugin - while beeing announced as the successfor from loadz0r - does not support the `publicPath` as loadz0r did https://github.com/surma/rollup-plugin-loadz0r/pull/11/files was this removed intentionally or is it...

If you use `rollup-plugin-off-main-thread` while bundling a service worker script, and one of the files that is pulled in via [`importScripts()` inside of a `Promise`](https://github.com/surma/rollup-plugin-off-main-thread/blob/640c74295778b23b430b40b4c23c93b3ccbe7f4e/loader.ejs#L27-L37) ends up calling `addEventListener('fetch', ...)`,...