Releases: erikdesjardins/spawn-loader
Releases · erikdesjardins/spawn-loader
v7.0.1
- Fix watch mode in Webpack 5 (#26, thanks @vseventer)
v7.0.0
- BREAKING: Require Node >= 8.9.0
- Add context option, allow specifying filename as function (#21, thanks @vseventer)
v6.1.0
- Add
plugins
option (#22, thanks @vseventer)
v6.0.0
- BREAKING: Interpolation for the
name
option now behaves the same as webpack'soutput.filename
. Primarily, this means that[ext]
no longer works and[hash]
is correctly updated when subresources change.
v5.0.0
- BREAKING: Webpack 4
v4.0.0
- BREAKING: requires Webpack 3.6.0 as peer dependency
- Update for Webpack 3.6.0's fixed cache handling
v3.0.1
- Fix filename when using
[hash]
in thename
option - Fix watch mode rebuilds (again)
- Give child compilers the name of the entry point instead of just
"entry"
v3.0.0
- BREAKING: Webpack 3
v2.0.0
- BREAKING: Webpack 2
v1.0.0
- BREAKING: Move Webpack to a peerDependency (unlikely to cause breakage in practice)
- BREAKING: Child compiler shares the parent's compilation cache (unlikely to cause breakage in practice)
- BREAKING: Drop support for Node < 4