Unverified Commit 29af079e authored by 偏右's avatar 偏右 Committed by GitHub

remove babel polyfill (#2139)

parent 521dca84
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.9.0", "@antv/data-set": "^0.9.0",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"antd": "^3.9.1", "antd": "^3.9.1",
"bizcharts": "^3.1.10", "bizcharts": "^3.1.10",
...@@ -53,8 +52,8 @@ ...@@ -53,8 +52,8 @@
"react-router-dom": "^4.3.1" "react-router-dom": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {
"umi": "^2.0.0", "umi": "^2.0.1",
"umi-plugin-react": "^1.0.0", "umi-plugin-react": "^1.0.1",
"@types/react": "^16.4.11", "@types/react": "^16.4.11",
"@types/react-dom": "^16.0.6", "@types/react-dom": "^16.0.6",
"antd-pro-merge-less": "^0.0.9", "antd-pro-merge-less": "^0.0.9",
......
import '@babel/polyfill';
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment