Skip to content

Commit 2107490

Browse files
feat: add linkType option
1 parent 7179273 commit 2107490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class MiniCssExtractPlugin {
4949
const attributes =
5050
typeof options.attributes === 'object' ? options.attributes : {};
5151

52+
// Todo in next major release set default to "false"
5253
const linkType =
5354
options.linkType === true || typeof options.linkType === 'undefined'
5455
? 'text/css'

0 commit comments

Comments
 (0)