mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: add @babel/core to list of rollup_runtime_deps
This will be needed following https://github.com/devversion/rules_angular/pull/72
This commit is contained in:
committed by
Kristiyan Kostadinov
parent
25e8bcbdf6
commit
fffd34bb6e
@@ -51,6 +51,7 @@ def ng_package(readme_md = None, license_banner = None, license = None, deps = [
|
||||
})
|
||||
|
||||
rollup_runtime_deps = [
|
||||
"//:node_modules/@babel/core",
|
||||
"//:node_modules/@rollup/plugin-commonjs",
|
||||
"//:node_modules/@rollup/plugin-node-resolve",
|
||||
"//:node_modules/magic-string",
|
||||
|
||||
Reference in New Issue
Block a user