Skip to content

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

@ctjhoa

Description

@ctjhoa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions