You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stamp the Modules with [BlazorLazyLoadingModule] to detect nested modules at build time
Generate the lazy json as a build artifact and copy it later to wwwroot
Implement dynamic ModuleHints
Implement events for ModuleHints so we can fetch automatically after being discovered
When generating a manifest, check if the assembly is a Module and if that's the case, read it's manifest and append it to the existing one. This way we "aggregate" nested manifests into a single file without losing their private properties like BLLManifestAssemblies, etc.
Read lazy.json from Modules and append the generated manifest to that content
Implement a custom manifest generator system so users can add their own stuff to the generated manifest
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: