We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bf3c3 commit 53369fdCopy full SHA for 53369fd
lib/environment.js
@@ -70,7 +70,7 @@ class Environment extends EventEmitter {
70
}
71
72
static get lookups() {
73
- return ['.', 'generators', 'lib/generators'];
+ return ['.', 'generators', 'lib/generators', 'dist/generators'];
74
75
76
/**
0 commit comments