Skip to content

Commit 27aac72

Browse files
authored
build: include tslib helpers in umd bundles (#18672)
Similarily to angular/angular@2e270bb, we should include tslib in the UMD bundles. Fixes #18655.
1 parent 77a0d5f commit 27aac72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup-globals.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ ROLLUP_GLOBALS = {
7373
"protractor": "protractor",
7474
"rxjs": "rxjs",
7575
"rxjs/operators": "rxjs.operators",
76-
"tslib": "tslib",
7776
}
7877

7978
# Converts a string from dash-case to lower camel case.

0 commit comments

Comments
 (0)