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
This is something that esbuild only does when platform is browser (which is the default). You can change it to either node or neutral to disable this: https://esbuild.github.io/api/#platform.
I would like to minimize my code but keep
process.env.NODE_ENV
in the bundled resulting code.I cannot figure out how to disable the automatic define when
minimize
istrue
The text was updated successfully, but these errors were encountered: