3.0.0-beta.1
Pre-release
Pre-release
π₯ Breaking changes
webpack-dev-server
- The option
inline
now defaults totrue
webpack
- The option
cache
now defaults totrue
ifwatch
is set totrue
- The option
failOnError
now defaults tofalse
ifwatch
is 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.