workerize-loader icon indicating copy to clipboard operation
workerize-loader copied to clipboard

🏗️ Automatically move a module into a Web Worker (Webpack loader)

Results 29 workerize-loader issues
Sort by recently updated
recently updated
newest added

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

question

What happens is that I am getting an error that says that d is not defined. ![imagen](https://user-images.githubusercontent.com/60453099/141140129-a07c8e5a-9016-40b5-aeb4-c3e37780974a.png)

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