We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d1a8a commit 2f62ff6Copy full SHA for 2f62ff6
1 file changed
packages/ember-cli-fastboot/lib/broccoli/fastboot-config.js
@@ -31,6 +31,7 @@ module.exports = class FastBootConfig extends Plugin {
31
this.fastbootConfig = {};
32
this.fastbootConfig[appConfigModule] = options.appConfig;
33
this._fileToChecksumMap = {};
34
+ this.renderMode = options.appConfig.fastboot.renderMode;
35
36
if (this.fastbootAppConfig && this.fastbootAppConfig.htmlFile) {
37
this.htmlFile = this.fastbootAppConfig.htmlFile;
@@ -174,6 +175,7 @@ module.exports = class FastBootConfig extends Plugin {
174
175
schemaVersion: LATEST_SCHEMA_VERSION,
176
manifest: this.manifest,
177
hostWhitelist: this.normalizeHostWhitelist(),
178
+ renderMode: this.renderMode,
179
config: this.fastbootConfig,
180
appName: this.appName,
181
}
0 commit comments