Skip to content

Commit

Permalink
Remove babel preset env
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Jul 7, 2019
1 parent 38255d4 commit 961f9a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Expand Up @@ -2,8 +2,7 @@ module.exports = function (api) {
api && api.cache(false);
return {
presets: [
'module:metro-react-native-babel-preset',
'@babel/preset-env'
'module:metro-react-native-babel-preset'
],
plugins: [
'@babel/plugin-proposal-export-namespace-from',
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -41,7 +41,6 @@
"@types/react-test-renderer": "16.x.x",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/preset-env": "7.5.0",
"typescript": "3.2.2",
"babel-eslint": "9.0.0",
"chai": "^3.5.0",
Expand Down

0 comments on commit 961f9a8

Please sign in to comment.