File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/ember-cli-fastboot/lib/broccoli Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments