build: adjust global names + allow inline overrides of build flags

This commit is contained in:
Evan You
2019-12-15 15:37:43 -05:00
parent 75113c8d3e
commit 35858cec8c
7 changed files with 15 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"unpkg": "dist/runtime-dom.global.js",
"sideEffects": false,
"buildOptions": {
"name": "VueDOMRuntime",
"name": "VueRuntimeDOM",
"formats": [
"esm-bundler",
"cjs",