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
So apparently aside from let default = ... to export a default to be imported by babel/webpack through es6, we also need let __esModule = {value: true} also exported. I'm guessing this is how the es6 import of babel and such detect es6 modules?