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
It seems to me that the auto-freezing doesn't depend on NODE_ENV but somehow relies on uglifyjs/terser's dead code removal to disable the auto-freezing.
My dev build happened to be minified so errors were suppressed, but an unminified production build* crashed.
This was a jarring realization to me.
--
* Don't ask. Good story. You had to be there.
The text was updated successfully, but these errors were encountered:
It seems to me that the auto-freezing doesn't depend on NODE_ENV but somehow relies on uglifyjs/terser's dead code removal to disable the auto-freezing.
My dev build happened to be minified so errors were suppressed, but an unminified production build* crashed.
This was a jarring realization to me.
--
* Don't ask. Good story. You had to be there.
The text was updated successfully, but these errors were encountered: