emberjs / ember-cli-babel

Ember CLI plugin for Babel
MIT License
153 stars 119 forks source link

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

Open ctjhoa opened 2 years ago

ctjhoa commented 2 years ago

Reproduction steps

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 commented 2 years ago

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