Skip to content

Commit

Permalink
build: include tslib helpers in umd bundles (#18672)
Browse files Browse the repository at this point in the history
Similarily to angular/angular@2e270bb,
we should include tslib in the UMD bundles.

Fixes #18655.
  • Loading branch information
mmalerba committed Mar 6, 2020
1 parent 0559b73 commit 1410358
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup-globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ ROLLUP_GLOBALS = {
"protractor": "protractor",
"rxjs": "rxjs",
"rxjs/operators": "rxjs.operators",
"tslib": "tslib",
}

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

0 comments on commit 1410358

Please sign in to comment.