Function: GenerateEntryPointFileMiddleware()
Function: GenerateEntryPointFileMiddleware()
function GenerateEntryPointFileMiddleware(context, next): Promise<IBlueprint>;
Generates an index file for all modules in the application. This index file is used for SSR and in development mode. Note: This entry point will be embedded in the index.html file.
Parameters
context
The console context.
next
NextPipe
<ConsoleContext
, IBlueprint
>
The next pipe function.
Returns
Promise
<IBlueprint
>
The updated blueprint object.