mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7cbc36fdac
Since we build and publish the individual packages using Bazel and `build.sh` has been removed, we can safely remove the `rollup.config.js` files which are no longer needed because the `ng_package` bazel rule automatically handles the rollup settings and globals. PR Close #28646