|
|
|
|
|
by atosatto
2747 days ago
|
|
We had the same bug about random crashes in production and surprisingly we found that the problem was caused by console logging. There's a babel plugin that can help to remove console logging only in production, something like remove-console-log |
|