Skip to content

Commit 2c3ab05

Browse files
committed
1 parent 74036d5 commit 2c3ab05

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
@@ -6,13 +6,6 @@ const browsers = [
66
'last 1 Safari versions',
77
];
88

9-
const isCI = Boolean(process.env.CI);
10-
const isProduction = process.env.EMBER_ENV === 'production';
11-
12-
if (isCI || isProduction) {
13-
browsers.push('ie 11');
14-
}
15-
169
module.exports = {
1710
browsers,
1811
};

0 commit comments

Comments
 (0)