fix ie11 css caching

This commit is contained in:
Vsevolod Ivanov 2017-10-08 21:01:16 +03:00
parent aedc623c77
commit ac3fe4ba1c
1 changed files with 2 additions and 1 deletions

View File

@ -490,7 +490,8 @@ HtmlWebpackPlugin.prototype.generateAssetTags = function (assets) {
selfClosingTag: selfClosingTag,
attributes: {
href: stylePath,
rel: 'stylesheet'
rel: 'stylesheet',
type: 'text/css'
}
};
});