Releases: andywer/threads-plugin
Releases · andywer/threads-plugin
v1.4.0
Minor release bringing support for webpack 5. It is also backwards-compatible with webpack 4.
Features
- Webpack 5 support (#27, contributed by @bbudd)
v1.3.3
Bug fixes
- Don't require
target
to be set in plugin options (#24)
v1.3.2
Bug fixes
- Support any
*node*
-ish webpack target (#21)
v1.3.1
Small patch release shipping just a single fix that's quite important for many Electron use cases.
Thanks for the fix, @kalbert312!
Bug fixes
- Fix Electron web worker node integration (#16)
v1.3.0
A new minor release. Ships some bug fixes and updates the threads-plugin
to the latest improvements made to worker-plugin
.
Bug fixes
- Change globalObject setting default to fix usage with electron (#12)
- Change
afterCompile
to afterEmit
hook to prevent warnings (#14)
- Fixes "no workers instantiated" warning
Chores
- Merged latest
worker-plugin
updates
v1.2.0
Small minor release. The plugin will now ignore worker instantiations from absolute URLs.
v1.1.0
Merged the latest GoogleChromeLabs/worker-plugin
master
branch into threads-plugin
.
Most noticeably GoogleChromeLabs#35 has been ported, fixing #6.