feat: 添加webpack 去掉 happyPack
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -63,12 +63,10 @@ |
| "antd-virtual-select": "^1.1.2", | ||
| "array-move": "^4.0.0", | ||
| "babel-eslint": "^10.1.0", | ||
| "babel-loader": "^9.1.2", | ||
| "classnames": "^2.2.6", | ||
| "date-fns": "^2.16.1", | ||
| "dva": "^2.4.1", | ||
| "file-saver": "^2.0.5", | ||
| "happypack": "^5.0.1", | ||
| "lodash": "^4.17.11", | ||
| "moment": "^2.24.0", | ||
| "omit.js": "^1.0.2", | ||
| ... | ... | @@ -130,7 +128,8 @@ |
| "node-fetch": "^2.6.0", | ||
| "prettier": "^1.17.1", | ||
| "pro-download": "1.0.1", | ||
| "stylelint": "^10.1.0" | ||
| "stylelint": "^10.1.0", | ||
| "webpack": "^4.46.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=10.0.0" | ||
| ... | ... |
Please register or sign in to comment