Skip to content

Commit

Permalink
feat: Export major version of this plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jun 3, 2018
1 parent a6b8d2d commit 6ae6f48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 6ae6f48

Please sign in to comment.