;import Service from "ember-i18n/service";
Closed this issue · 2 comments
tomaszs commented
When using ember-18n it is compiled into vendor.js with a semicolon on the beginning:
;import Service from "ember-i18n/service";
And it breaks the app. Why is this happening and how to fix it?
jamesarosen commented
I wouldn't expect to see import
in vendor.js
. I'm guessing Babel isn't transpiling some files that it should be. This sounds like a problem with ember-cli or your ember-cli configuration.
jamesarosen commented
jamesarosen/ember-i18n has been deprecated in favor of ember-intl.