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
I'm using react-live, that uses buble behind the scenes.
Recently it seems that acorn removed default export from their library. I think they did not follow semantic versioning properly, since this seems like a breaking change to consumers.
I'm using react-live, that uses buble behind the scenes.
Recently it seems that
acorn
removed default export from their library. I think they did not follow semantic versioning properly, since this seems like a breaking change to consumers.acorn-jsx
still relies on the default export to be present. And configuresacorn
as a peerDependency.See:
bublejs/buble#159
The text was updated successfully, but these errors were encountered: