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
layershifter
changed the title
babel-plugin: multiple modules produce the same import
babel-preset: multiple modules produce the same import
Jul 22, 2022
#103 fixed handling of multiple exports of the same module, but there is an edge case with multiple modules:
This will explode as
__styles
is duplicated identifier. We should use local imports for this case, i.e. result should be:References
The text was updated successfully, but these errors were encountered: