Function: GenerateLazyPageMiddleware()
Function: GenerateLazyPageMiddleware()
function GenerateLazyPageMiddleware(context, next): Promise<IBlueprint>;
Lazy: Generates a lazy pages file.
Parameters
context
The console context.
next
NextPipe<ConsoleContext, IBlueprint>
The next pipe function.
Returns
Promise<IBlueprint>
The updated blueprint object.
