File tree 2 files changed +15
-51
lines changed
2 files changed +15
-51
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,25 @@ module.exports = api => {
2
2
api . cache ( true ) ;
3
3
4
4
return {
5
- " presets" : [
6
- " module:metro-react-native-babel-preset" ,
7
- " @babel/preset-flow"
5
+ presets : [
6
+ ' module:metro-react-native-babel-preset' ,
7
+ ' @babel/preset-flow' ,
8
8
] ,
9
- " retainLines" : true ,
10
- " plugins" : [
9
+ retainLines : true ,
10
+ plugins : [
11
11
[
12
- " module-resolver" ,
12
+ ' module-resolver' ,
13
13
{
14
- " root" : [
15
- " ./src"
14
+ root : [
15
+ ' ./src' ,
16
16
] ,
17
- " alias" : {
18
- " package.json" : " ./package.json" ,
19
- " testData" : " ./__tests__/data"
20
- }
21
- }
17
+ alias : {
18
+ ' package.json' : ' ./package.json' ,
19
+ testData : ' ./__tests__/data' ,
20
+ } ,
21
+ } ,
22
22
] ,
23
- " transform-inline-environment-variables"
24
- ]
23
+ ' transform-inline-environment-variables' ,
24
+ ] ,
25
25
} ;
26
26
} ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments