Skip to content

Commit

Permalink
feat: export new major in static property
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 20, 2021
1 parent 1aef676 commit 8b692bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ function templateParametersGenerator (compilation, assets, assetTags, options) {
/**
* The major version number of this plugin
*/
HtmlWebpackPlugin.version = 4;
HtmlWebpackPlugin.version = 5;

/**
* A static helper to get the hooks for this plugin
Expand Down

0 comments on commit 8b692bd

Please sign in to comment.