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
Well, I see that both lib and dist are compiled (by babel and webpack respectively). Still, I don't understand the reasoning and I don't think that's correct.
Why are you compiling the code and at the same time have
main
set to uncompiled version?country-currency-map/package.json
Line 5 in b08a150
That means that users are gonna use an uncompiled version if they import directly from the module.
Also, when using a compiled version, don't include original sources in released package to make the package smaller.
The text was updated successfully, but these errors were encountered: