refactor: ensure ssr branches are included in esm-bundler build
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { initDirectivesForSSR } from 'vue'
|
||||
initDirectivesForSSR()
|
||||
|
||||
// public
|
||||
export { SSRContext } from './render'
|
||||
export { renderToString } from './renderToString'
|
||||
|
||||
Reference in New Issue
Block a user