threads-plugin icon indicating copy to clipboard operation
threads-plugin copied to clipboard

📦 Makes your threads.js code build with webpack out of the box.

Results 22 threads-plugin issues
Sort by recently updated
recently updated
newest added

The plugin works well as expected but it would be nice to have some options for the output js file. I have a worker called my-worker and using this plugin...

enhancement

Without "name" specified as a second argument to the `Worker` constructor, Webpack HMR compilation fails whenever the worker file changes: Initial compile at startup: ```txt Entrypoint main = main.dev.js [./index.js]...