mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
Rename BuildOnDemand to BootModuleBuilder
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Microsoft.AspNetCore.Builder
|
||||
}
|
||||
|
||||
// If we're building on demand, start that process in the background now
|
||||
var buildOnDemandTask = options.BuildOnDemand?.Build(spaBuilder);
|
||||
var buildOnDemandTask = options.BootModuleBuilder?.Build(spaBuilder);
|
||||
|
||||
// Get all the necessary context info that will be used for each prerendering call
|
||||
var applicationBuilder = spaBuilder.ApplicationBuilder;
|
||||
|
||||
Reference in New Issue
Block a user