build: adjust build formats
- Rename `esm` to `esm-browser` - Add runtime-only build for `esm-browser` - Add default CDN alias for jsdelivr
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# @vue/runtime-test
|
||||
|
||||
This is for Vue's own internal tests only - it ensures logic tested using this package is DOM-agnostic, and it runs faster than JSDOM.
|
||||
|
||||
It can also be used as a reference for implementing a custom renderer.
|
||||
|
||||
``` js
|
||||
import { h, render, nodeOps, dumpOps } from '@vue/runtime-test'
|
||||
|
||||
|
||||
@@ -14,12 +14,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git"
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueRuntimeTest",
|
||||
"formats": [
|
||||
"global"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"vue"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user