refactor: move dom tag config to shared

Otherwise runtime-dom cjs & esm builds will import compiler-dom
This commit is contained in:
Evan You
2019-11-06 15:22:46 -05:00
parent acbbe3298c
commit d7eab51315
5 changed files with 8 additions and 8 deletions

View File

@@ -28,4 +28,3 @@ export function compile(
}
export * from '@vue/compiler-core'
export * from './tagConfig'