Skip to content

Commit c11fc8f

Browse files
committed
fix embroider-optimized scenario 3
1 parent 7a6f528 commit c11fc8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ember-cli-build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ module.exports = function (defaults) {
1616

1717
const { maybeEmbroider } = require('@embroider/test-setup');
1818
return maybeEmbroider(app, {
19+
// This breaks with ember-cli-fastboot: https://github.com/ember-fastboot/ember-cli-fastboot/issues/925
20+
staticEmberSource: false,
1921
skipBabel: [
2022
{
2123
package: 'qunit',

0 commit comments

Comments
 (0)