Commit d5a409a
fix(@angular/build): include
Previously, when setting `module: preserve`—which internally sets `moduleResolution` to `bundler` in TypeScript—custom conditions were not applied. This change ensures that custom conditions are also added when `module` is set to `preserve`.module value check when adding custom conditions1 parent eaa36c3 commit d5a409a
File tree
1 file changed
+4
-1
lines changed- packages/angular/build/src/tools/esbuild/angular
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
702 | 705 | | |
703 | 706 | | |
704 | 707 | | |
| |||
0 commit comments