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
Currently, minimize: true being turned on is failing for an unknown reason with all integration tests.
We should be mindful here to only enable optimizations that are deemed safe for most Node.js programs and npm modules (including those that perform runtime introspection or reflection).
The pros / cons of this have to be carefully evaluated in contrast with what #51 provides.
The text was updated successfully, but these errors were encountered:
Currently,
minimize: true
being turned on is failing for an unknown reason with all integration tests.We should be mindful here to only enable optimizations that are deemed safe for most Node.js programs and npm modules (including those that perform runtime introspection or reflection).
The pros / cons of this have to be carefully evaluated in contrast with what #51 provides.
The text was updated successfully, but these errors were encountered: