We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useBabelConfig
Reproduction steps
git clone https://github.com/ctjhoa/ember-use-babel-config-issue.git
cd ember-use-babel-config-issue
npm start
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
ember-cli-build.js
This feature looks broken or lacks of documentation.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same thing. no matter my changes to a .babelrc.js file, even though it is loaded, my build output does not change at all.
Adding:
+ includeExternalHelpers: true
Did not change anything in my app's output
Sorry, something went wrong.
No branches or pull requests
Reproduction steps
git clone https://github.com/ctjhoa/ember-use-babel-config-issue.git
cd ember-use-babel-config-issue
npm start
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.
The text was updated successfully, but these errors were encountered: