-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Reproduction steps
git clone https://github.com/ctjhoa/ember-use-babel-config-issue.gitcd ember-use-babel-config-issuenpm 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.
Metadata
Metadata
Assignees
Labels
No labels
