Skip to content

v0.7.0

Compare
Choose a tag to compare
@jscheid jscheid released this 22 Nov 00:04
· 250 commits to master since this release
  • Better plugin registration, enables compatibility with Hot Module Replacement (HMR) (#14, #15)
  • Warn when used together with HMR
  • Fix a bug with html-webpack-plugin when HTML output file is in parent directory (#15)
  • Change configuration syntax, add enabled and crossorigin options (#18)
  • Restructure and improve README
  • Add contribution guidelines

This release deprecates passing an array of hash function names directly to the plugin constructor. You should update your code accordingly. See #18 for details.