Skip to content

Commit

Permalink
Merge pull request #7651 from stopfstedt/test-app-babel-plugins
Browse files Browse the repository at this point in the history
adds babel transforms to build config.
  • Loading branch information
jrjohnson authored Feb 22, 2024
2 parents 137bec0 + 589bdb0 commit 37ff684
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ module.exports = function (defaults) {
autoImport: {
watchDependencies: ['ilios-common'],
},
babel: {
plugins: [
require.resolve('ember-auto-import/babel-plugin'),
// eslint-disable-next-line
require.resolve('ember-concurrency/async-arrow-task-transform'),
],
},
});

const { maybeEmbroider } = require('@embroider/test-setup');
Expand Down

0 comments on commit 37ff684

Please sign in to comment.