如何知道 Angular 编译的 /dist 是否与 /src 中的源代码匹配?

How know if the Angular compiled /dist match with the source code in /src?

我有一个已编译的 'dist' 文件夹,我想知道它是否与源代码匹配或者是不同的版本。我该怎么做?

Hacky 解决方案是将 dist 文件夹复制到 git 项目中,提交该文件夹,重新编译将其复制到 git 文件夹中并进行比较。如果没有差异,那就是来自源头。