Skip to content

Commit 17c9a91

Browse files
committed
Remove IE11 from targets as the browser is not supported anymore
1 parent ef29761 commit 17c9a91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/dummy/config/targets.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
const browsers = ['last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 Safari versions'];
44

5-
const isCI = !!process.env.CI;
6-
const isProduction = process.env.EMBER_ENV === 'production';
7-
8-
if (isCI || isProduction) {
9-
browsers.push('ie 11');
10-
}
11-
125
module.exports = {
136
browsers,
147
};

0 commit comments

Comments
 (0)