使用@ant-design/colors生成主题色系;兼容IE
Showing
| ... | ... | @@ -82,15 +82,14 @@ | 
| "resize-observer-polyfill": "^1.5.1", | ||
| "umi": "^2.4.4", | ||
| "umi-plugin-react": "^1.7.2", | ||
| "umi-request": "^1.0.5", | ||
| "webpack-theme-color-replacer": "^1.1.3" | ||
| "umi-request": "^1.0.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/history": "^4.7.2", | ||
| "@types/react": "^16.8.1", | ||
| "@types/react-dom": "^16.0.11", | ||
| "antd-pro-merge-less": "^1.0.0", | ||
| "antd-theme-webpack-plugin": "^1.2.0", | ||
| "@ant-design/colors": "^3.1.0", | ||
| "babel-eslint": "^10.0.1", | ||
| "chalk": "^2.4.2", | ||
| "check-prettier": "^1.0.1", | ||
| ... | ... | @@ -127,7 +126,8 @@ | 
| "tslint": "^5.12.1", | ||
| "tslint-config-prettier": "^1.17.0", | ||
| "tslint-react": "^3.6.0", | ||
| "umi-plugin-ga": "^1.1.3" | ||
| "umi-plugin-ga": "^1.1.3", | ||
| "webpack-theme-color-replacer": "^1.1.4" | ||
| }, | ||
| "optionalDependencies": { | ||
| "puppeteer": "^1.12.1" | ||
| ... | ... | 
Please register or sign in to comment