From 6ae6f48ecf92b080809d68092ee8c6825edfe5a4 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Tue, 22 May 2018 13:52:39 +0200 Subject: [PATCH] feat: Export major version of this plugin --- index.js | 4 ++++ 1 file changed, 4 insertions(+) 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; } /**