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
There should be a means of not including all locales.
A very simple solution would be to move the logic to lib/core and keep lib/index including all locales, so people would be able to manually require just the logic and the locales they'll use:
I made a PR #70 that exposes a standalone version that does not add all the locales. No breaking changes were introduced, please take the time to review it.
There should be a means of not including all locales.
A very simple solution would be to move the logic to
lib/core
and keeplib/index
including all locales, so people would be able to manually require just the logic and the locales they'll use:The text was updated successfully, but these errors were encountered: