From 6f522b199888c1485ba2db27a3e2bab7f7aada39 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Thu, 8 Oct 2015 21:46:39 +0200 Subject: [PATCH] Beta release 2.0.4 --- index.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": [