Charles Lyding ccdd268d7e refactor(@angular-devkit/build-angular): avoid double emit of TypeScript files in AOT with esbuild
Some TypeScript files may previously have been emitted twice during builds when using the Angular compiler
esbuild plugin used within the esbuild-based browser application builder. It did not cause any build problems.
However, it may have caused builds to take longer than expected. This was caused by an incorrect comparison of the
transformed source file and the original source file found within the TypeScript program. Comparisons during
emit now compare only original source files which avoids the issue with the emitted files checks.
2023-09-21 11:02:20 +02:00
..
2023-08-04 14:49:14 -04:00
2023-02-16 14:59:40 +00:00