Skip to content

Commit

Permalink
set embroiderOptimized allowedToFailed to false
Browse files Browse the repository at this point in the history
  • Loading branch information
poulet42 committed May 25, 2023
1 parent 50b64fa commit 82cda79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = async function () {
},
},
embroiderSafe(),
embroiderOptimized({ allowedToFail: true }),
embroiderOptimized(),
],
};
};

0 comments on commit 82cda79

Please sign in to comment.