GoogleChromeLabs / worker-plugin

👩‍🏭 Adds native Web Worker bundling support to Webpack.
https://npm.im/worker-plugin
Apache License 2.0
1.92k stars 79 forks source link

fix: using multiple unnamed Web Workers mixes them up #35

Closed alan-agius4 closed 5 years ago

alan-agius4 commented 5 years ago

When no name is provide use the workerId as identifier as otherwise we end up with only a single worker emitted.

Fixes https://github.com/angular/angular-cli/issues/15188 and fixes https://github.com/angular/angular-cli/issues/14582 and fixes #24

filipesilva commented 5 years ago

@developit when do you think there'll be a release that includes this fix?