Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

3.0.0

Choose a tag to compare

@developit developit released this 14 Dec 15:47
· 84 commits to master since this release

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!