Skip to content

Commit 892e3f5

Browse files
committed
build: add babel core to root packages
This will be needed following devversion/rules_angular#72 (cherry picked from commit 5bed75b)
1 parent 7c529c1 commit 892e3f5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@angular/platform-server": "21.0.0-next.9",
5959
"@angular/router": "21.0.0-next.9",
6060
"@angular/service-worker": "21.0.0-next.9",
61+
"@babel/core": "7.28.4",
6162
"@bazel/bazelisk": "1.26.0",
6263
"@bazel/buildifier": "8.2.1",
6364
"@eslint/compat": "1.4.0",

packages/angular/ssr/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ng_package(
6262
],
6363
package = "@angular/ssr",
6464
rollup_runtime_deps = [
65+
"//:node_modules/@babel/core",
6566
"//:node_modules/@rollup/plugin-commonjs",
6667
"//:node_modules/@rollup/plugin-node-resolve",
6768
"//:node_modules/magic-string",

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)