feat: enable tree-shaking (#3350)
* feat: enable tree-shaking * bump umi's version to disable netlify's cache
Showing
... | ... | @@ -95,9 +95,9 @@ |
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.10.0", | ||
"tslint-react": "^3.6.0", | ||
"umi": "^2.3.1", | ||
"umi": "^2.3.5", | ||
"umi-plugin-ga": "^1.1.3", | ||
"umi-plugin-react": "^1.2.0" | ||
"umi-plugin-react": "^1.3.4" | ||
}, | ||
"optionalDependencies": { | ||
"puppeteer": "^1.10.0" | ||
... | ... |
Please register or sign in to comment