mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 13:53:23 +03:00
limited remove console plugin to production
This commit is contained in:
parent
82e60d786f
commit
1f8db6f677
7
.babelrc
Normal file
7
.babelrc
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"env": {
|
||||
"production": {
|
||||
"plugins": ["transform-remove-console"]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
plugins: ['transform-remove-console'],
|
||||
sourceMaps: true,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user