ember-i18n
開発環境で実行されている ember-cli サーバーで使用できる問題に遭遇しました。しかし、設定--environment production
すると、次のエラーが発生します。
Error: The default Ember.I18n.compile function requires the full Handlebars. Either include the full Handlebars or override Ember.I18n.compile.
エラーが発生するのは、ember-cli に実稼働環境の Handlebars-production が含まれているためです。この問題の解決策はありますか?
翻訳をプリコンパイルする必要があると思います。