jamesarosen/ember-i18n

;import Service from "ember-i18n/service";

Closed this issue · 2 comments

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?

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/ember-i18n has been deprecated in favor of ember-intl.