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:
Evan You
2020-04-19 18:42:07 -04:00
parent a51b052672
commit 218e6e1667
8 changed files with 47 additions and 37 deletions

View File

@@ -14,12 +14,6 @@
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
},
"buildOptions": {
"name": "VueRuntimeTest",
"formats": [
"global"
]
},
"keywords": [
"vue"
],