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
▲ [WARNING] "process.env.NODE_ENV" is defined as an identifier instead of a string (surround "undefined" with quotes to get a string) [suspicious-define]
<js>:1:34:
1 │ define: { 'process.env.NODE_ENV': 'undefined' }
│ ~~~~~~~~~~~
╵ '"undefined"'
This may be desirable when the define option is explicitly set, but is definitely unexpected when it's not. Solution is to replace the undefined value with the string undefined.
The text was updated successfully, but these errors were encountered:
When a ms build is run like so
esbuild throws an error, halting the MS build
This may be desirable when the
define
option is explicitly set, but is definitely unexpected when it's not. Solution is to replace the undefined value with the string undefined.The text was updated successfully, but these errors were encountered: