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
for...of statements are not supported. Use transforms: { forOf: false } to skip transformation and disable this error, or transforms: { dangerousForOf: true } if you know what you're doing (68:0)
The text was updated successfully, but these errors were encountered:
Moved from https://gitlab.com/Rich-Harris/buble-demo/issues/2
for...of statements are not supported. Use
transforms: { forOf: false }
to skip transformation and disable this error, ortransforms: { dangerousForOf: true }
if you know what you're doing (68:0)The text was updated successfully, but these errors were encountered: