Charles Lyding af52fb49bd fix(@angular/build): synchronize import/export conditions between bundler and TypeScript
To improve type-checking and reduce hard to diagnose errors when using the new
`production`/`development` conditions, the set of conditions used by the bundler
are now also synchronized with those used by TypeScript. This helps ensure
that type mismatches are avoided by type-checking against the actual file that
will be bundled into the output.
2024-10-15 09:37:55 -07:00
..