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 7f3bdcd + 58adf9c commit 6768c00Copy full SHA for 6768c00
tests/dummy/lib/module-name-inliner/index.js
@@ -12,7 +12,7 @@ module.exports = {
12
setupPreprocessorRegistry(type, registry) {
13
// can only add the plugin with this style on newer Ember versions
14
let checker = new VersionChecker(this.project);
15
- if (checker.forEmber().gte('3.1.0')) {
+ if (checker.for('ember-source').gte('3.1.0')) {
16
registry.add('htmlbars-ast-plugin', this.buildPlugin());
17
}
18
0 commit comments