We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 618a330 + 09599a3 commit 4b1ab35Copy full SHA for 4b1ab35
1 file changed
index.js
@@ -5,9 +5,6 @@ var filterInitializers = require('fastboot-filter-initializers');
5
6
module.exports = {
7
name: 'ember-cli-head',
8
- isDevelopingAddon: function() {
9
- return true;
10
- },
11
12
treeForApp: function(tree) {
13
return filterInitializers(tree);
0 commit comments