workerize-loader
workerize-loader copied to clipboard
🏗️ Automatically move a module into a Web Worker (Webpack loader)
Hey, When using webpack 5 and the inline option (in the config). It seems like the worker is inlined and a separate [some hash].worker.js is produced. Simply deleting this worker.js...
Hi, I'm trying to use your package but I'm not able to make it work. If I remove my worker from the application compiles fine, once I uncomment the code...
Workerize loader runs out of memory in my custom webpack config (unfortunately, I can't share it), and I see similar issue to [this one](https://github.com/developit/workerize-loader/issues/62). ``` FATAL ERROR: Ineffective mark-compacts near...
What happens is that I am getting an error that says that d is not defined. 
workerUrl is template string to create object url.
This should fix #99, and uses the newer Event API where supported (including workers).
Allows access to metadata the may have been applied to these errors.
Expands on/supersedes #100. Removing the parser logic simplifies the webpack API integration and number of points that break as a result of webpack 5 changes. Note that karma-webpack would not...
Adds support for ``` export * from 'module'; export { function } from 'module' ``` `providedExports` field appears to be around for all of Webpack 4. If prior webpacks are...
Related to issue #3