Skip to content

Commit 002e2a1

Browse files
fix: handle the content attribute (#372)
1 parent 9f2ca5c commit 002e2a1

File tree

5 files changed

+298
-258
lines changed

5 files changed

+298
-258
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ const META = new Map([
579579
'msapplication-wide310x150logo',
580580
'msapplication-square310x310logo',
581581
'msapplication-config',
582+
'msapplication-task',
582583
'twitter:image',
583584
]),
584585
],
@@ -610,7 +611,6 @@ const META = new Map([
610611
'layoutimage',
611612
]),
612613
],
613-
['name', new Set(['msapplication-task'])],
614614
]);
615615

616616
function linkItempropFilter(tag, attribute, attributes) {

test/__snapshots__/esModule-option.test.js.snap

Lines changed: 48 additions & 42 deletions
Large diffs are not rendered by default.

test/__snapshots__/loader.test.js.snap

Lines changed: 16 additions & 14 deletions
Large diffs are not rendered by default.

test/__snapshots__/minimize-option.test.js.snap

Lines changed: 75 additions & 63 deletions
Large diffs are not rendered by default.

test/__snapshots__/sources-option.test.js.snap

Lines changed: 158 additions & 138 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)