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 currently unable to load a module that uses a default export. Specifically, styled-components uses default to conveniently wrap html elements which appears to break the loader.
To reproduce, try adding styled-components to your namespace. It should be added to the namespace, but webpack will be unable to load the default import at runtime.
I'm currently unable to load a module that uses a default export. Specifically,
styled-components
usesdefault
to conveniently wrap html elements which appears to break the loader.To reproduce, try adding
styled-components
to your namespace. It should be added to the namespace, but webpack will be unable to load the default import at runtime.The text was updated successfully, but these errors were encountered: