emberjs / emberjs/ember-cli-babel
`useBabelConfig` on fresh ember-app doesn't work
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
**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
```diff
'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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.