Closed matt-gadd closed 6 years ago
Bug i18n.ts imports cldr/load.ts which imports all of globalize here: https://github.com/dojo/i18n/blob/master/src/cldr/load.ts#L3)
i18n.ts
cldr/load.ts
This means you get all of globalize for just including i18n (rather than the minimal amount needed)
Bug
i18n.ts
importscldr/load.ts
which imports all of globalize here: https://github.com/dojo/i18n/blob/master/src/cldr/load.ts#L3)This means you get all of globalize for just including i18n (rather than the minimal amount needed)