Off-Main-Thread Rollup Plugin (OMT)

JSON →
library 1.0.0 ·javascript
verified Jun 4, 2026

Rollup plugin to seamlessly use Web Workers with ES modules by shimming AMD/ESM support for workers. Current stable version is 1.0.0. It auto-bundles workers referenced via `new URL` patterns, and also supports importing workers as URLs via the `omt:` scheme. Differentiators: it works with Rollup's native worker support and handles complex worker bundling scenarios, including Service Workers with `useEval`. It enforces AMD or ESM output format for workers due to limited native module support in browsers.