Skip to content

v2.0.0

Compare
Choose a tag to compare
@cascornelissen cascornelissen released this 17 Mar 15:39
· 62 commits to master since this release

Breaking changes

  • Support for webpack versions below 4.0.0 is dropped. If you're still on an older version of Webpack make sure to use the ^1.0.0 release.
  • Rewritten in ES6 which means a recent version (>= 6.9.0 || >= 8.9.0) of NodeJS is required

Added

  • Support for webpack 4 and its new tapable plugin interface
  • peerDependency for webpack@^4.0.0 to improve user experience as they're installing this plugin
  • Note about compatibility in README
  • Custom InvalidHookNameError instead of a console error
  • Tests
  • Examples
  • Badges 🎉