Skip to content

Commit

Permalink
Drop Ember CLI 2 support (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Aug 13, 2022
1 parent caafd70 commit fca9e44
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ module.exports = {
},

getOutputDirForVersion() {
let VersionChecker = require('ember-cli-version-checker');
let checker = new VersionChecker(this);
let emberCli = checker.for('ember-cli', 'npm');

let requiresModulesDir = emberCli.satisfies('< 3.0.0');

return requiresModulesDir ? 'modules' : '';
return '';
},

// Borrowed from ember-cli-babel
Expand Down

0 comments on commit fca9e44

Please sign in to comment.