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 can add exports: 'named' to suppress this warning, but wondering would it be possible not to create the synthetic default export (and would that be a good idea).
With your workflow, when building a named export only package, rollup complains:
Since it is a named export only package, this shouldn't happen.
Seems like one of the plugins (
node-resolve
ornode-globals
?) addeddefault: Object
to the resulting bundle.The text was updated successfully, but these errors were encountered: