build: export runtime-only build for bundlers by default in main vue package
This commit is contained in:
6
packages/vue/src/runtime.ts
Normal file
6
packages/vue/src/runtime.ts
Normal 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'
|
||||
Reference in New Issue
Block a user