Skip to content
New issue

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 on fresh ember-app doesn't work #444

Open
ctjhoa opened this issue May 20, 2022 · 1 comment
Open

useBabelConfig on fresh ember-app doesn't work #444

ctjhoa opened this issue May 20, 2022 · 1 comment

Comments

@ctjhoa
Copy link

ctjhoa commented May 20, 2022

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
    2022-05-20-162129_831x752_scrot

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

2022-05-20-162820_985x864_scrot

This feature looks broken or lacks of documentation.

@NullVoxPopuli
Copy link
Sponsor Contributor

NullVoxPopuli commented Jun 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants