Reproduction steps
git clone https://github.com/ctjhoa/ember-use-babel-config-issue.git
cd ember-use-babel-config-issue
npm start
- Go to http://localhost:4200/
- You will end up with something like that

First investigation
Adding
'ember-cli-babel': {
useBabelConfig: true,
+ includeExternalHelpers: true
}
in ember-cli-build.js seems to solve the helpers issue. However its not something documented as required.
Then you hit another error

This feature looks broken or lacks of documentation.
Reproduction steps
git clone https://github.com/ctjhoa/ember-use-babel-config-issue.gitcd ember-use-babel-config-issuenpm startFirst investigation
Adding
'ember-cli-babel': { useBabelConfig: true, + includeExternalHelpers: true }in
ember-cli-build.jsseems to solve the helpers issue. However its not something documented as required.Then you hit another error
This feature looks broken or lacks of documentation.