Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Use importSync instead of inline require #92

Open mydea opened 3 years ago

mydea commented 3 years ago

Inline require does not work well with embroider or newer versions of ember-auto-import as it is not statically analyzable.