DEV: Remove ie 11 from build targets
## Ember Upgrade Context: https://deprecations.emberjs.com/v3.x/#toc_3-0-browser-support-policy
This commit is contained in:
parent
994e6b2d4e
commit
ee24868df3
|
|
@ -6,13 +6,6 @@ const browsers = [
|
||||||
'last 1 Safari versions'
|
'last 1 Safari versions'
|
||||||
];
|
];
|
||||||
|
|
||||||
const isCI = Boolean(process.env.CI);
|
|
||||||
const isProduction = process.env.EMBER_ENV === 'production';
|
|
||||||
|
|
||||||
if (isCI || isProduction) {
|
|
||||||
browsers.push('ie 11');
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
browsers
|
browsers
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue