Skip to content

v3.0.0

Compare
Choose a tag to compare
@shellscape shellscape released this 28 Feb 22:30
· 1172 commits to master since this release

Updates

  • Webpack 4 (#267)
  • remove watchOffset option in favor of time-fix-plugin

Breaking Changes

  • Introduces full support for webpack v4 and removes support for lesser versions.
  • The watchOffset option has been removed and the README has been updated with alternative means of accomplishing the same result for this module and webpack v4.
  • middleware.webpack now returns a Promise that should be handled with .then when needing to perform other actions, like adding additional middleware.