build: adjust esm formats
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"types": "dist/compiler-core.d.ts",
|
||||
"buildOptions": {
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
"buildOptions": {
|
||||
"name": "VueDOMCompiler",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
"esm"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"buildOptions": {
|
||||
"name": "VueObserver",
|
||||
"formats": [
|
||||
"esm",
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
"esm"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -9,6 +9,12 @@
|
||||
"dist"
|
||||
],
|
||||
"types": "dist/runtime-core.d.ts",
|
||||
"buildOptions": {
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"cjs"
|
||||
]
|
||||
},
|
||||
"sideEffects": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
"buildOptions": {
|
||||
"name": "VueDOMRuntime",
|
||||
"formats": [
|
||||
"esm",
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
"esm"
|
||||
],
|
||||
"dts": [
|
||||
"jsx.d.ts"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "@vue/runtime-test",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/runtime-test",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-test.esm-bundler.js",
|
||||
"files": [
|
||||
@@ -16,8 +17,6 @@
|
||||
"buildOptions": {
|
||||
"name": "VueTestRuntime",
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"buildOptions": {
|
||||
"name": "Vue",
|
||||
"formats": [
|
||||
"esm",
|
||||
"esm-bundler",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
"esm"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user