Skip to content

Commit

Permalink
Merge pull request #1299 from embroider-build/detect-non-parallel-etc
Browse files Browse the repository at this point in the history
Detect babel-plugin-ember-template-complation when other plugins are …
  • Loading branch information
ef4 committed Nov 30, 2022
2 parents fdf0ffc + 08b3c74 commit 2275160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/src/detect-babel-plugins.ts
Expand Up @@ -76,4 +76,5 @@ const htmlbarPathMatches = [
['ember-cli-htmlbars', 'lib', 'require-from-worker.js'].join(sep),
['ember-cli-htmlbars', 'index'].join(sep),
['ember-cli-htmlbars', 'lib', 'require-from-worker'].join(sep),
['babel-plugin-ember-template-compilation', 'src', 'node-main.js'].join(sep),
];

0 comments on commit 2275160

Please sign in to comment.