Skip to content

Commit

Permalink
Don't build for IE11, it is unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 10, 2021
1 parent 663c936 commit da7d7d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/dummy/config/targets.js
Expand Up @@ -9,10 +9,6 @@ const browsers = [
const isCI = Boolean(process.env.CI);
const isProduction = process.env.EMBER_ENV === 'production';

if (isCI || isProduction) {
browsers.push('ie 11');
}

module.exports = {
browsers,
};

0 comments on commit da7d7d4

Please sign in to comment.