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

Detect babel-plugin-ember-template-complation when other plugins are … #1299

Merged
merged 1 commit into from Nov 30, 2022

Commits on Nov 29, 2022

  1. Detect babel-plugin-ember-template-complation when other plugins are …

    …preventing parallelization
    
    We need to detect and replace the template compilation plugin that is likely to be present in a v1 addon. We were missing one newish case:
      - ember-cli-htmlbars 6.0
      - with an ember version that doesn't need the old modulesApiPolyfill
      - when some other babel plugin is preventing ember-cli-babel from parallelizing.
    ef4 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    08b3c74 View commit details
    Browse the repository at this point in the history