build: adjust global names + allow inline overrides of build flags
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"types": "dist/compiler-core.d.ts",
|
||||
"buildOptions": {
|
||||
"name": "VueCompilerCore",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"unpkg": "dist/compiler-dom/global.js",
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"name": "VueDOMCompiler",
|
||||
"name": "VueCompilerDOM",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"url": "git+https://github.com/vuejs/vue.git"
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueObserver",
|
||||
"name": "VueReactivity",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"types": "dist/runtime-core.d.ts",
|
||||
"buildOptions": {
|
||||
"name": "VueRuntimeCore",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"unpkg": "dist/runtime-dom.global.js",
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"name": "VueDOMRuntime",
|
||||
"name": "VueRuntimeDOM",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"url": "git+https://github.com/vuejs/vue.git"
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueTestRuntime",
|
||||
"name": "VueRuntimeTest",
|
||||
"formats": [
|
||||
"global"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user