我遇到了一个问题,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。这个问题有解决方案吗?
我想我需要预编译翻译。