Skip to content

Releases: swimmadude66/html-webpack-skip-assets-plugin

1.0.4

29 Mar 23:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3 - Package.json update

18 Oct 03:17
Compare
Choose a tag to compare

No code change, just adding keys for linking this repo to the package

1.0.2 - Fix error on meta attributes

24 Jun 21:41
Compare
Choose a tag to compare

Release fix for #7 , handles meta assets with null/undefined src + href attributes as empty strings to avoid error

Improved matching logic

12 Feb 22:40
Compare
Choose a tag to compare

1.0.1 - Improved matching logic

  • Fixed an issue with global regexes not matching multiple files (closes #5)
  • Added support for a callback function to test an asset for skipping (closes #6)

To use the new function matcher, add a function to either array in the options which takes an HtmlTagObject from html-webpack-plugin as an argument, and returns true to skip the file, or false to include it.

New mocha tests have also been added to test for both of the above fixes. The mocha test file has also been refactored to reduce duplicate testing effort and easily expand coverage.

Webpack 5 support

04 Feb 05:41
Compare
Choose a tag to compare

1.0.0 - Webpack 5 support

  • verify support for webpack 5 and html-webpack-plugin 5

0.0.2

01 May 14:15
d7eab47
Compare
Choose a tag to compare

Readme updates and dependency pinning