wip: initial compat build setup

This commit is contained in:
Evan You
2021-04-03 11:55:44 -04:00
parent 870f2a7ba3
commit 24850a99c6
14 changed files with 431 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ module.exports = {
},
// Packages targeting DOM
{
files: ['packages/{vue,runtime-dom}/**'],
files: ['packages/{vue,vue-compat,runtime-dom}/**'],
rules: {
'no-restricted-globals': ['error', ...NodeGlobals]
}