Skip to content

Commit 388295b

Browse files
authored
fix(compiler): fix spelling error in domTagConfig (#13043)
1 parent fdbd026 commit 388295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-treeshaking.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exec('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
3636
prodBuild.includes('annotation,annotation-xml,maction')
3737
) {
3838
errors.push(
39-
'prod build contains unexpected domTagConifg lists.\n' +
39+
'prod build contains unexpected domTagConfig lists.\n' +
4040
'This means helpers like isHTMLTag() is used in runtime code paths when it should be compiler-only.',
4141
)
4242
}

0 commit comments

Comments
 (0)