Revert "feat: add umd bundle (#457)" (#458)

This reverts commit b0cdddae94.
This commit is contained in:
Amour1688
2021-06-24 20:52:10 +08:00
committed by GitHub
parent b0cdddae94
commit 47fc86356e
4 changed files with 3 additions and 81 deletions

View File

@@ -6,15 +6,14 @@
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "dist/index.js",
"unpkg": "dist/vue-jsx.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/jsx-next.git"
},
"scripts": {
"build": "rm -rf dist && tsc && rollup -c rollup.config.js",
"build": "tsc",
"lint": "eslint 'src/*.ts'",
"test": "yarn build && jest --coverage && jest --clearCache && MODE=umd jest --coverage",
"test": "yarn build && jest --coverage",
"prepublishOnly": "yarn build"
},
"bugs": {
@@ -43,11 +42,8 @@
"@typescript-eslint/parser": "^4.0.1",
"@vue/compiler-dom": "3.0.5",
"@vue/test-utils": "2.0.0-beta.2",
"esbuild": "^0.12.9",
"jest": "^26.0.1",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.52.2",
"rollup-plugin-esbuild": "^4.5.0",
"ts-jest": "^26.1.3",
"typescript": "^4.2.3",
"vue": "3.0.7"