Skip to content

Commit

Permalink
remove embroiderOptimized
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbilling committed Jan 3, 2024
1 parent 566f672 commit eb605c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const getChannelURL = require('ember-source-channel-url');
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
const { embroiderSafe } = require('@embroider/test-setup');

module.exports = async function () {
return {
Expand Down Expand Up @@ -47,7 +47,7 @@ module.exports = async function () {
},
},
embroiderSafe(),
embroiderOptimized(),
// embroiderOptimized(),
],
};
};

0 comments on commit eb605c0

Please sign in to comment.