Beta release 2.0.4

This commit is contained in:
Jan Nicklas 2015-10-08 21:46:39 +02:00
parent 274ffbd56f
commit 6f522b1998
2 changed files with 1 additions and 2 deletions

View File

@ -260,7 +260,6 @@ HtmlWebpackPlugin.prototype.postProcessHtml = function(html, assets) {
var minify = require('html-minifier').minify;
return minify(html, self.options.minify);
}
return html;
});
};

View File

@ -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": [