diff --git a/index.js b/index.js index 8ebcd545..d1b2673b 100644 --- a/index.js +++ b/index.js @@ -61,6 +61,10 @@ class HtmlWebpackPlugin { this.childCompilationOutputName = undefined; this.assetJson = undefined; this.hash = undefined; + /** + * The major version number of this plugin + */ + this.version = 4; } /**