From ac3fe4ba1cc0fab8af4871cfbcf42bccb05267bc Mon Sep 17 00:00:00 2001 From: Vsevolod Ivanov Date: Sun, 8 Oct 2017 21:01:16 +0300 Subject: [PATCH] fix ie11 css caching --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } }; });