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 fc8027a + 673d7c2 commit 30a2b2eCopy full SHA for 30a2b2e
ember-cli-build.js
@@ -114,6 +114,9 @@ function getEmberCLIBlueprints() {
114
fileMap[blueprintName] = fs.readFileSync(filePath).toString();
115
}
116
117
+ // Location should be 'none' in router.js
118
+ fileMap['router'] = fileMap['router'].replace(/config\.locationType/, "'none'");
119
+
120
fileMap['resolver'] = fs.readFileSync('app/resolver.js').toString();
121
fileMap['twiddle.json'] = fs.readFileSync('blueprints/twiddle.json').toString();
122
fileMap['initializers/router'] = fs.readFileSync('blueprints/router_initializer.js').toString();
0 commit comments