Skip to content

Commit

Permalink
fix embroider-optimized scenario 3
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Feb 5, 2024
1 parent 7a6f528 commit c11fc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = function (defaults) {

const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(app, {
// This breaks with ember-cli-fastboot: https://github.com/ember-fastboot/ember-cli-fastboot/issues/925
staticEmberSource: false,
skipBabel: [
{
package: 'qunit',
Expand Down

0 comments on commit c11fc8f

Please sign in to comment.