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 makes inspecting via either node --inspect-brk ./path/to/bin or NODE_OPTIONS="--inspect-brk" not able to be used for debugging issues with babel transforms.
The text was updated successfully, but these errors were encountered:
This makes inspecting via either
node --inspect-brk ./path/to/bin
orNODE_OPTIONS="--inspect-brk"
not able to be used for debugging issues with babel transforms.The text was updated successfully, but these errors were encountered: