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.
1 parent 75bd652 commit b4500d2Copy full SHA for b4500d2
lib/broccoli/search-indexer.js
@@ -57,7 +57,7 @@ module.exports = class SearchIndexCompiler extends Writer {
57
58
// This will need to change for module unification...
59
let modulePrefix = this.config.modulePrefix;
60
- let podModulePrefix = this.config.podModulePrefix;
+ let podModulePrefix = this.config.podModulePrefix || modulePrefix;
61
62
let routePath;
63
if (relativePath.indexOf(podModulePrefix) === 0 && POD_TEMPLATE_REGEX.test(relativePath)) {
0 commit comments