build: export runtime-only build for bundlers by default in main vue package

This commit is contained in:
Evan You
2019-12-17 18:24:01 -05:00
parent 9550302df4
commit 5cf7523787
5 changed files with 35 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
// This entry exports the runtime only, and is built as
// `dist/vue.esm-bundler.js` which is used by default for bundlers.
export * from '@vue/runtime-dom'
import './devCheck'