build: remove babel transform runtime (#9)

This commit is contained in:
Krist Wongsuphasawat 2020-02-11 23:15:13 -08:00 committed by Yongjie Zhao
parent b7ec4bf266
commit 42cefc48ca

View File

@ -46,7 +46,6 @@
"@airbnb/config-prettier": "^2.0.4",
"@airbnb/config-typescript": "^2.1.2",
"@airbnb/nimbus": "^2.1.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@superset-ui/commit-config": "^0.0.9",
"@superset-ui/superset-ui": "^0.12.5",
"@types/enzyme": "^3.10.3",
@ -94,9 +93,6 @@
"useBuiltIns": "usage"
}
},
"babel": {
"plugins": [["@babel/plugin-transform-runtime", { "corejs": 3 }]]
},
"jest": {
"timers": "real",
"setupFilesAfterEnv": [