Skip to content

Commit 47ab7cb

Browse files
committed
add renderMode option to broccoli generated fastboot-config
1 parent 37ff337 commit 47ab7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ember-cli-fastboot/lib/broccoli/fastboot-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = class FastBootConfig extends Plugin {
3131
this.fastbootConfig = {};
3232
this.fastbootConfig[appConfigModule] = options.appConfig;
3333
this._fileToChecksumMap = {};
34+
this.renderMode = options.appConfig.fastboot.renderMode;
3435

3536
if (this.fastbootAppConfig && this.fastbootAppConfig.htmlFile) {
3637
this.htmlFile = this.fastbootAppConfig.htmlFile;
@@ -174,6 +175,7 @@ module.exports = class FastBootConfig extends Plugin {
174175
schemaVersion: LATEST_SCHEMA_VERSION,
175176
manifest: this.manifest,
176177
hostWhitelist: this.normalizeHostWhitelist(),
178+
renderMode: this.renderMode,
177179
config: this.fastbootConfig,
178180
appName: this.appName,
179181
}

0 commit comments

Comments
 (0)