GoogleChromeLabs / worker-plugin

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

Move bundling of Worker under a flag #57

Closed gbmatt closed 4 years ago

gbmatt commented 4 years ago

Add support for turning off bundling of Worker, for situations where we only need to bundle SharedWorker.

Basically, it allows projects that want to use SharedWorker (and don't need Worker) to use this plugin without facing issues such as https://github.com/GoogleChromeLabs/worker-plugin/issues/12

googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

developit commented 4 years ago

@gbmatt Are you able to sign the CLA? Cheers!

gbmatt commented 4 years ago

@googlebot I signed it!

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

developit commented 4 years ago

Published in 4.0.1!