We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbd026 commit 388295bCopy full SHA for 388295b
scripts/verify-treeshaking.js
@@ -36,7 +36,7 @@ exec('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
36
prodBuild.includes('annotation,annotation-xml,maction')
37
) {
38
errors.push(
39
- 'prod build contains unexpected domTagConifg lists.\n' +
+ 'prod build contains unexpected domTagConfig lists.\n' +
40
'This means helpers like isHTMLTag() is used in runtime code paths when it should be compiler-only.',
41
)
42
}
0 commit comments