Dropped IE11 browser target for transpilation
This commit is contained in:
parent
3d0091c9f5
commit
34fcf34e7c
@ -7,13 +7,6 @@ const browsers = [
|
||||
'last 2 Edge versions'
|
||||
];
|
||||
|
||||
const isCI = !!process.env.CI;
|
||||
const isProduction = process.env.EMBER_ENV === 'production';
|
||||
|
||||
if (isCI || isProduction) {
|
||||
browsers.push('ie 11');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
browsers
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user