Skip to content

3.0.0

Compare
Choose a tag to compare
@danez danez released this 10 Jul 09:28
· 128 commits to main since this release

πŸ’₯ Breaking changes

webpack-dev-server

  • The option inline now defaults to true

webpack

  • The option cache now defaults to true if watch is set to true
  • The option failOnError now defaults to false if watch is set to true

πŸš€ 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.