dojo / cli-build-webpack

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

Leverage the Globalize.js runtime #139

Open mwistrand opened 7 years ago

mwistrand commented 7 years ago

Enhancement

Now that cli-build includes helpers for AST parsing, it would be a good idea to parse calls to the @dojo/i18n formatters, pre-compile the Globalize.js formatters, and then switch to the runtime, which would help reduce the Globalize.js footprint in builds.

kitsonk commented 6 years ago

Adding this to the separate functionality epic, as it feels related.