Skip to content

Commit 8b692bd

Browse files
committed
feat: export new major in static property
1 parent 1aef676 commit 8b692bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ function templateParametersGenerator (compilation, assets, assetTags, options) {
10721072
/**
10731073
* The major version number of this plugin
10741074
*/
1075-
HtmlWebpackPlugin.version = 4;
1075+
HtmlWebpackPlugin.version = 5;
10761076

10771077
/**
10781078
* A static helper to get the hooks for this plugin

0 commit comments

Comments
 (0)