Skip to content

Commit 7cbc36f

Browse files
devversionmhevery
authored andcommitted
build: remove unused rollup.config.js files (angular#28646)
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 angular#28646
1 parent 63e5d27 commit 7cbc36f

40 files changed

+1
-1272
lines changed

.github/angular-robot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ merge:
5959
- "**/package.json"
6060
- "**/tsconfig-build.json"
6161
- "**/tsconfig.json"
62-
- "**/rollup.config.js"
6362
- "**/BUILD.bazel"
6463
- "**/*.md"
6564
- "packages/**/integrationtest/**"

packages/animations/browser/rollup.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/animations/browser/testing/rollup.config.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/animations/rollup.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/bazel/src/ng_package/BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ package(default_visibility = ["//visibility:public"])
33
load("@build_bazel_rules_nodejs//:defs.bzl", "nodejs_binary")
44
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
55

6-
exports_files([
7-
"rollup.config.js",
8-
"ng_package.bzl",
9-
])
6+
exports_files(["ng_package.bzl"])
107

118
ts_library(
129
name = "lib",

packages/common/http/rollup.config.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/common/http/testing/rollup.config.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/common/rollup.config.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/common/testing/rollup.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/compiler-cli/browser-rollup.config.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

packages/compiler/rollup.config.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/compiler/testing/rollup.config.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/core/rollup.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)