feat(compiler): scaffold compiler-dom

This commit is contained in:
Evan You
2019-09-16 15:06:45 -04:00
parent c9a1b00c1e
commit 1c8f5b612a
10 changed files with 103 additions and 19 deletions

View File

@@ -1,5 +1,10 @@
// TODO this package will be the "full-build" that includes both the runtime
// and the compiler
// This package is the "full-build" that includes both the runtime
// and the compiler. For now we are just exporting everything from the runtome
// AND the compiler.
// TODO hook up the runtime to compile templates on the fly
export * from '@vue/compiler-dom'
export * from '@vue/runtime-dom'
if (__FEATURE_PRODUCTION_TIP__) {