fix icon no find bug
Showing
... | ... | @@ -53,8 +53,6 @@ |
"react-router-dom": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"umi": "^2.0.1", | ||
"umi-plugin-react": "^1.0.1", | ||
"@types/react": "^16.4.11", | ||
"@types/react-dom": "^16.0.6", | ||
"antd-pro-merge-less": "^0.0.9", | ||
... | ... | @@ -80,7 +78,9 @@ |
"pro-download": "^1.0.1", | ||
"stylelint": "^9.4.0", | ||
"stylelint-config-prettier": "^4.0.0", | ||
"stylelint-config-standard": "^18.0.0" | ||
"stylelint-config-standard": "^18.0.0", | ||
"umi": "^2.0.1", | ||
"umi-plugin-react": "^1.0.1" | ||
}, | ||
"optionalDependencies": { | ||
"puppeteer": "^1.6.0" | ||
... | ... |
Please register or sign in to comment