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
I'm running in an environment where Object.prototype properties are frozen with Object.freeze and corejs is trying to write to them causing an error to be thrown. Is there a way to be more selective with which patches are being applied via babel/env?
The text was updated successfully, but these errors were encountered:
Hi!
I'm running in an environment where
Object.prototype
properties are frozen withObject.freeze
and corejs is trying to write to them causing an error to be thrown. Is there a way to be more selective with which patches are being applied via babel/env?The text was updated successfully, but these errors were encountered: