Export needed locales using @ResourceIdentifier
#812
Labels
type-enhancement
A request for a change that isn't a bug
@ResourceIdentifier
#812
To be able to treeshake out unused locales, we should also report the used locales using the
@ResourceIdentifier
annotation. This would of course require for the locales to be known at compile time, so ideally be aconst
list set by the user. Otherwise, we should default to a sensible predeterminedconst
list.The text was updated successfully, but these errors were encountered: