diff --git a/index.js b/index.js index 1644144..2bd4c68 100644 --- a/index.js +++ b/index.js @@ -260,7 +260,6 @@ HtmlWebpackPlugin.prototype.postProcessHtml = function(html, assets) { var minify = require('html-minifier').minify; return minify(html, self.options.minify); } - return html; }); }; diff --git a/package.json b/package.json index f9547ee..165f884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "2.0.3", + "version": "2.0.4", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "files": [