We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f8c72c + b61b91b commit 78a29d8Copy full SHA for 78a29d8
lib/ember-addon-main.js
@@ -170,7 +170,7 @@ module.exports = {
170
171
let isProduction = process.env.EMBER_ENV === 'production';
172
173
- let checker = new VersionChecker(this.parent).for('ember-source', 'npm');
+ let checker = new VersionChecker(this.project).for('ember-source', 'npm');
174
this._requiresModuleApiPolyfill = checker.exists() && checker.lt('3.27.0-alpha.1');
175
176
// add the babel-plugin-htmlbars-inline-precompile to the list of plugins
0 commit comments