We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38255d4 commit 961f9a8Copy full SHA for 961f9a8
babel.config.js
@@ -2,8 +2,7 @@ module.exports = function (api) {
2
api && api.cache(false);
3
return {
4
presets: [
5
- 'module:metro-react-native-babel-preset',
6
- '@babel/preset-env'
+ 'module:metro-react-native-babel-preset'
7
],
8
plugins: [
9
'@babel/plugin-proposal-export-namespace-from',
package.json
@@ -41,7 +41,6 @@
41
"@types/react-test-renderer": "16.x.x",
42
"@babel/plugin-proposal-export-default-from": "7.2.0",
43
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
44
- "@babel/preset-env": "7.5.0",
45
"typescript": "3.2.2",
46
"babel-eslint": "9.0.0",
47
"chai": "^3.5.0",
0 commit comments