mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c24924cbd7
Previously, we were using ngx-build-plus with a custom webpack config to determine the git SHA at runtime. Now, after migrating to bazel and transfering to angular/angular, this commit uses ng-dev to stamp the latest git SHA directly in angular devtools' application environment. This commit also removes the old webpack configs.