You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to exclude the removal of console.error from the babel-plugin-transform-remove-console plugin. This would be really helpful, we override console.error in production to track errors to our tools.
Is there a way to exclude the removal of
console.errorfrom thebabel-plugin-transform-remove-consoleplugin. This would be really helpful, we override console.error in production to track errors to our tools.