Skip to content

Commit b17cf14

Browse files
committedAug 18, 2023
Remove ie 11 from browser targets in dummy app
1 parent 3b16ee8 commit b17cf14

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎tests/dummy/config/targets.js

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ const browsers = [
66
'last 1 Safari versions'
77
];
88

9-
const isCI = !!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)