Skip to content

Commit 19379b3

Browse files
committed
fix: closure-compiler
1 parent e6bf5f3 commit 19379b3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scripts/closure-compiler/build-devapp-bundle.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ OPTS=(
5959
dist/releases/cdk/@angular/cdk.js
6060

6161
# Include all Angular FESM bundles.
62-
node_modules/@angular/core/@angular/core.js
63-
node_modules/@angular/common/@angular/common.js
64-
node_modules/@angular/compiler/@angular/compiler.js
65-
node_modules/@angular/forms/@angular/forms.js
66-
node_modules/@angular/http/@angular/http.js
67-
node_modules/@angular/router/@angular/router.js
68-
node_modules/@angular/platform-browser/@angular/platform-browser.js
69-
node_modules/@angular/platform-browser/@angular/platform-browser/animations.js
70-
node_modules/@angular/platform-browser-dynamic/@angular/platform-browser-dynamic.js
71-
node_modules/@angular/animations/@angular/animations.js
72-
node_modules/@angular/animations/@angular/animations/browser.js
62+
node_modules/@angular/core/esm5/index.js
63+
node_modules/@angular/common/esm5/index.js
64+
node_modules/@angular/compiler/esm5/index.js
65+
node_modules/@angular/forms/esm5/index.js
66+
node_modules/@angular/http/esm5/index.js
67+
node_modules/@angular/router/esm5/index.js
68+
node_modules/@angular/platform-browser/esm5/index.js
69+
node_modules/@angular/platform-browser/esm5/animations/index.js
70+
node_modules/@angular/platform-browser-dynamic/esm5/index.js
71+
node_modules/@angular/animations/esm5/index.js
72+
node_modules/@angular/animations/esm5/browser/index.js
7373

7474
# Include other dependencies like Zone.js and RxJS
7575
node_modules/zone.js/dist/zone.js

0 commit comments

Comments
 (0)