Skip to content

Commit 2f6da55

Browse files
authored
build: add @babel/core to list of rollup_runtime_deps (#32182)
This will be needed following devversion/rules_angular#72
1 parent 6ce27af commit 2f6da55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/defaults.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def ng_package(
7878
}),
7979
visibility = visibility,
8080
rollup_runtime_deps = [
81+
"//:node_modules/@babel/core",
8182
"//:node_modules/@rollup/plugin-commonjs",
8283
"//:node_modules/@rollup/plugin-node-resolve",
8384
"//:node_modules/magic-string",

0 commit comments

Comments
 (0)