diff --git a/index.js b/index.js index f98abce..d41a947 100644 --- a/index.js +++ b/index.js @@ -490,7 +490,8 @@ HtmlWebpackPlugin.prototype.generateAssetTags = function (assets) { selfClosingTag: selfClosingTag, attributes: { href: stylePath, - rel: 'stylesheet' + rel: 'stylesheet', + type: 'text/css' } }; });