eth-alarm-clock-dapp
eth-alarm-clock-dapp copied to clipboard
Update worker-plugin to the latest version π
The devDependency worker-plugin was updated from 2.0.1
to 3.0.0
.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for 3.0.0
Plugins are no longer inherited by default. This behaviour had been added in 2.0.0
, but proved problematic in many configurations.
Instead, a new plugins
option allows specifying which plugins to inherit, or custom plugins to add when bundling workers (#16 #17). Big thanks to @3846masa for making this work!
Commits
The new version differs by 6 commits.
023f466
3.0.0
593a5e3
Document the new "plugins" option
4454968
Merge pull request #17 from 3846masa-tmp/plugins-option
4004d7c
Add plugins option
1c992d5
Add tests for plugins option
073c72b
Disable chrome sandbox in tests
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependency
worker-plugin was updated from2.0.1
to3.1.0
.
Update to this version instead π
Release Notes for 3.1.0
Commits
The new version differs by 8 commits.
7ea61fb
Add
globalObject
configuration option (fixes #20)6a903d5
Fix incorrect names in warnings (ref: #20)
ac6f768
3.1.0
cb00d31
Merge pull request #15 from 3846masa-tmp/support-wasm-import
d824934
Merge remote-tracking branch 'master' into support-wasm-import
75f44a0
Merge branch 'master' into support-wasm-import
6945b64
Add test for webassembly
7a60f5b
Enable FetchCompileWasmTemplatePlugin
See the full diff
- The
devDependency
worker-plugin was updated from2.0.1
to3.2.0
.
Update to this version instead π
Release Notes for 3.2.0
This release fixes two bugs relating to worker filename generation when no name is provided.
- Fixes unnamed workers being duplicated when webpack is in watch mode
- Fixes filename generation when using multiple unnamed workers (#35, thanks @alan-agius4!)
- The
devDependency
worker-plugin was updated from2.0.1
to4.0.0
.
- The
devDependency
worker-plugin was updated from2.0.1
to4.0.1
.
- The
devDependency
worker-plugin was updated from2.0.1
to4.0.2
.
- The
devDependency
worker-plugin was updated from2.0.1
to4.0.3
.