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
Since @babel/core attempts to bring along the fs module we're often forced to do annoying webpack config and other hacks.
For environments where that control might not exist we should look into using @babel/standalone or even offering an @mdx-js/standalone that things like @mdx-js/runtime could use.