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

New babel config #2016

Closed
wants to merge 7 commits into from
Closed

New babel config #2016

wants to merge 7 commits into from

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    195014e View commit details
    Browse the repository at this point in the history
  2. feat(new babel config): create a loadLegacyPlugins that returns the B…

    …abel plugins for classic addons, import it in the babel.config.cjs of the app-template to merge explicit and classic plugins
    BlueCutOfficial committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e3a40c1 View commit details
    Browse the repository at this point in the history
  3. feat(new babel config): in app-template, move the default ember-cli-b…

    …abel config from generated config to the app config
    BlueCutOfficial committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a5e28b3 View commit details
    Browse the repository at this point in the history
  4. feat(new babel config): replace deprecated plugins with their up-to-d…

    …ate counterpart and install them in app-template deps
    BlueCutOfficial committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fb442c6 View commit details
    Browse the repository at this point in the history
  5. test(new babel config): apply the new approach to the other test temp…

    …lates, use an empty config for classic templates
    BlueCutOfficial committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6c5d77d View commit details
    Browse the repository at this point in the history
  6. feat(new babel config): move babel-plugin-debug-macros to the utility…

    … so the config is more readable
    BlueCutOfficial committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    788e9d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22e50e6 View commit details
    Browse the repository at this point in the history