wip(ssr): restructure

This commit is contained in:
Evan You
2020-01-27 17:23:42 -05:00
parent d293876c34
commit 012bc5df9d
11 changed files with 224 additions and 144 deletions

View File

@@ -6,6 +6,7 @@ export * from './globalsWhitelist'
export * from './codeframe'
export * from './domTagConfig'
export * from './mockWarn'
export * from './normalizeProp'
export const EMPTY_OBJ: { readonly [key: string]: any } = __DEV__
? Object.freeze({})