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
Getting TypeError: Cannot read property 'join' of undefined thrown here when targets are defined without a browsers property (example). This has worked before, I assume targets is simply passed to @babel/preset-env which does support defining targets in a variety of formats
I just checked the original RFC, and it does mention a browsers property specifically, so I guess this is then not necessarily a bug. But maybe people have used different formats in the wild as I did, so thought I should raise this here, at least for visibility...
The text was updated successfully, but these errors were encountered:
Getting
TypeError: Cannot read property 'join' of undefined
thrown here when targets are defined without abrowsers
property (example). This has worked before, I assumetargets
is simply passed to@babel/preset-env
which does support defining targets in a variety of formatsThe format I used was suggested as a workaround for a Fastboot related transpilation issue.
I just checked the original RFC, and it does mention a
browsers
property specifically, so I guess this is then not necessarily a bug. But maybe people have used different formats in the wild as I did, so thought I should raise this here, at least for visibility...The text was updated successfully, but these errors were encountered: