Skip to content

Commit 6ae6f48

Browse files
committedJun 3, 2018
feat: Export major version of this plugin
1 parent a6b8d2d commit 6ae6f48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎index.js

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ class HtmlWebpackPlugin {
6161
this.childCompilationOutputName = undefined;
6262
this.assetJson = undefined;
6363
this.hash = undefined;
64+
/**
65+
* The major version number of this plugin
66+
*/
67+
this.version = 4;
6468
}
6569

6670
/**

0 commit comments

Comments
 (0)
Please sign in to comment.