refactor: ensure ssr branches are included in esm-bundler build

This commit is contained in:
Evan You
2021-09-23 15:02:19 -04:00
parent 4886a63d82
commit 87c86e4cc2
11 changed files with 52 additions and 26 deletions

View File

@@ -1,3 +1,6 @@
import { initDirectivesForSSR } from 'vue'
initDirectivesForSSR()
// public
export { SSRContext } from './render'
export { renderToString } from './renderToString'