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
Just had a case where my webpack build was failing, but it got ignored so it appeared that the build works fine until you load it onto a device. At which point the bundle does not exist and it hangs.
IMO bash-build should explode if the build command returns a non 0 exit code? Or at least it should be configurable from your framework definition.
The text was updated successfully, but these errors were encountered:
Just had a case where my webpack build was failing, but it got ignored so it appeared that the build works fine until you load it onto a device. At which point the bundle does not exist and it hangs.
IMO bash-build should explode if the build command returns a non 0 exit code? Or at least it should be configurable from your framework definition.
The text was updated successfully, but these errors were encountered: