File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = {
36
36
] ,
37
37
env : {
38
38
production : {
39
- plugins : [ 'react-native-paper/babel' ] ,
39
+ plugins : [ 'react-native-paper/babel' , 'transform-remove-console' ] ,
40
40
} ,
41
41
} ,
42
42
} ;
Original file line number Diff line number Diff line change 88
88
"babel-loader" : " ^8.2.2" ,
89
89
"babel-plugin-module-resolver" : " ^4.1.0" ,
90
90
"babel-plugin-styled-components" : " ^1.12.0" ,
91
+ "babel-plugin-transform-remove-console" : " ^6.9.4" ,
91
92
"detox" : " ^18.6.2" ,
92
93
"eslint" : " ^7.14.0" ,
93
94
"eslint-plugin-detox" : " ^1.0.0" ,
105
106
"prettier" : " ^2.2.1" ,
106
107
"react-dom" : " 17.0.1" ,
107
108
"react-native-bundle-visualizer" : " ^2.2.1" ,
109
+ "react-native-flipper" : " ^0.90.2" ,
108
110
"react-test-renderer" : " 17.0.1" ,
111
+ "redux-flipper" : " ^1.4.2" ,
109
112
"regenerator-runtime" : " ^0.13.7" ,
110
- "typescript" : " ^3.8.3" ,
111
- "react-native-flipper" : " ^0.90.2" ,
112
- "redux-flipper" : " ^1.4.2"
113
+ "typescript" : " ^3.8.3"
113
114
},
114
115
"resolutions" : {
115
116
"@types/react" : " ^17"
You can’t perform that action at this time.
0 commit comments