Releases: danez/grunt-webpack
Releases Β· danez/grunt-webpack
3.0.1
3.0.0
π₯ Breaking changes
webpack-dev-server
- The option
inlinenow defaults totrue
webpack
- The option
cachenow defaults totrueifwatchis set totrue - The option
failOnErrornow defaults tofalseifwatchis set totrue
π New Features
- Allow callbacks to be supplied as options
webpack-dev-server
- Added support for option
public - Added support for option
hotOnly
π Bug Fixes
- Preload HMR plugin into compiler options. (#126) (@joaovieira)
- Fix plugins for every plugin configuration. (#129) (@joaovieira)
- Fix progress to output the same numbers as webpack cli does
- Copy all plugin fields to preserve shared caches.
- Correctly load config without grunt multitask (#133)
π Documentation
- Started rewriting README to contain more information about configuration and new examples.
3.0.0-beta.2
π Bug Fixes
- Correctly load config without grunt multitask (#133)
3.0.0-beta.1
π₯ Breaking changes
webpack-dev-server
- The option
inlinenow defaults totrue
webpack
- The option
cachenow defaults totrueifwatchis set totrue - The option
failOnErrornow defaults tofalseifwatchis set totrue
π New Features
- Allow callbacks to be supplied as options
webpack-dev-server
- Added support for option
public - Added support for option
hotOnly
π Bug Fixes
- Preload HMR plugin into compiler options. (#126) (@joaovieira)
- Fix plugins for every plugin configuration. (#129) (@joaovieira)
- Fix progress to output the same numbers as webpack cli does
- Copy all plugin fields to preserve shared caches.
π Documentation
- Started rewriting README to contain more information about configuration and new examples.
2.0.1
v2.0.0
v2.0.0-beta.6
π Bugfix
- Support webpack 2.2.0-rc
v2.0.0-beta.5
π Bugfix
- Supply all necessary options webpack-dev-server (#106)
v2.0.0-beta.4
π Bugfix
- Readd keepalive option
- Fix webpack-dev-server not working due to incorrect config being produced
Thanks @nwoltman
2.0.0-beta.3
π Bugfix
- Fix default options not being loaded
- Disable progress in non TTY
- Display correct errors, even if stats disabled
π₯ Breaking Change
- Remove
keepaliveoption.
This option will be auto detected and be on for watch and dev-server and off for a normal run.
π Internal
- Add codecoverage
- Add more tests.