Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): allow linker JIT support with pre…
…bundling with esbuild builder 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. (cherry picked from commit a6c06c4)
- Loading branch information