Skip to content

Releases: swimmadude66/html-webpack-link-type-plugin

1.1.1 Fix TypeError in webpack3 cases

18 Oct 03:11
Compare
Choose a tag to compare

Remarkably simple oversight, I apologize whole-heartedly. That said, I spent more time trying to get a webpack3 build configuration to work at all for the test cases, and ultimately could not, due to many many many deprecated packages. As such, I made this fix just in case, but if at all possible, you should likely upgrade to webpack 4.

Webpack 5 support

04 Feb 05:32
Compare
Choose a tag to compare

1.1.0 Verify support for webpack v5 and html-webpack-plugin v5

  • No changes needed, package.json updated to reflect current dependency versions

Include .d.ts declaration files in package

18 Nov 18:09
Compare
Choose a tag to compare

1.0.4 Include .d.ts declaration files in package

  • Addresses #15
  • Remove testcases with Webpack 3 (compatability issues with mini-css-extract-plugin)

Handle production-mode defaults of webpack

07 May 19:08
Compare
Choose a tag to compare
  • Added documentation around a potential pitfall when using production-mode webpack.
  • Upgraded test dependencies
  • Fixed peerDependency version syntax

Don't remove non-links

10 Oct 13:19
6769354
Compare
Choose a tag to compare

Fixed an issue where non-links were being removed, rather than left alone.

v1.0.1 - New Hooks

07 Oct 16:26
7cfb7fd
Compare
Choose a tag to compare

Support new hooks from Html Webpack Plugin v4