Skip to content

Commit

Permalink
Remove ie 11 from targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Mar 7, 2024
1 parent 689da5d commit 5ef0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isCI = Boolean(process.env.CI);
const isProduction = process.env.EMBER_ENV === 'production';

if (isCI || isProduction) {
browsers.push('ie 11');
// browsers.push('ie 11');
}

module.exports = {
Expand Down

0 comments on commit 5ef0454

Please sign in to comment.