chore: remove webpack-dev-server

This commit is contained in:
Amour1688
2020-09-08 14:12:19 +08:00
parent 94b4f3aa80
commit 4398191f95
5 changed files with 3 additions and 84 deletions

View File

@@ -14,7 +14,8 @@
"dev": "npm run build && webpack-dev-server",
"build": "tsc",
"lint": "eslint 'src/*.ts'",
"test": "npm run build && jest --coverage"
"test": "npm run build && jest --coverage",
"prepublish": "npm run build"
},
"bugs": {
"url": "https://github.com/vuejs/jsx-next/issues"
@@ -35,24 +36,16 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-babel": "^5.0.3",
"@types/jest": "^26.0.7",
"@types/svg-tags": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@vue/compiler-dom": "3.0.0-rc.10",
"@vue/test-utils": "2.0.0-beta.2",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"jest": "^26.0.1",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.13.1",
"ts-jest": "^26.1.3",
"typescript": "^4.0.2",
"vue": "3.0.0-rc.10",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"vue": "3.0.0-rc.10"
}
}