5 ms·
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
by atosatto 8y 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