dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Update `cldr/load` parsing to account for context requires #121

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Enhancement

Per dojo/i18n#83, the build should account for the possibility of a context require function being passed to @dojo/i18n/cldr/load.default when statically extracting CLDR URLs. Currently, the parser assumes the list of URLs will be passed as the first argument.

mwistrand commented 7 years ago

Resolved by #122.