We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7179273 commit 2107490Copy full SHA for 2107490
src/index.js
@@ -49,6 +49,7 @@ class MiniCssExtractPlugin {
49
const attributes =
50
typeof options.attributes === 'object' ? options.attributes : {};
51
52
+ // Todo in next major release set default to "false"
53
const linkType =
54
options.linkType === true || typeof options.linkType === 'undefined'
55
? 'text/css'
0 commit comments