Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
build: remove babel transform runtime (#291)
Browse files Browse the repository at this point in the history
* build: remove babel transform runtime

* build: remove corejs config

* build: update nimbus target
  • Loading branch information
kristw authored Feb 14, 2020
1 parent ffb1db9 commit dca6789
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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",
"@types/enzyme": "^3.10.3",
"@types/jest": "^25.1.1",
Expand All @@ -74,6 +73,12 @@
"workspaces": [
"./packages/*"
],
"browserslist": [
"last 3 chrome versions",
"last 3 firefox versions",
"last 3 safari versions",
"last 3 edge versions"
],
"nimbus": {
"drivers": [
"babel",
Expand All @@ -87,13 +92,9 @@
"react": true,
"next": true,
"env": {
"corejs": 3,
"useBuiltIns": "usage"
"targets": false
}
},
"babel": {
"plugins": [["@babel/plugin-transform-runtime", { "corejs": 3 }]]
},
"jest": {
"globals": {
"caches": true
Expand Down
2 changes: 1 addition & 1 deletion packages/superset-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest-mock-console": "^1.0.0"
},
"dependencies": {
"@types/lodash": "4.14.149",
"@types/lodash": "^4.14.149",
"lodash": "^4.17.11"
}
}

0 comments on commit dca6789

Please sign in to comment.