Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Dropped IE11 browser target for transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Aug 14, 2018
1 parent 11e301b commit 427a418
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/targets.js
Expand Up @@ -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
};

0 comments on commit 427a418

Please sign in to comment.