ecency-mobile/.babelrc
2021-03-15 13:53:44 +05:00

7 lines
102 B
Plaintext

{
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
}