Beta release 2.0.4
This commit is contained in:
parent
274ffbd56f
commit
6f522b1998
1
index.js
1
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;
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue