mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
When using prebundling with the Vite-based development server, the Angular linker will now correctly emit JIT module scope information. This information is required in JIT mode for NgModules to successfully be used in an application.