Skip to content

Commit

Permalink
build: update to google-closure-compiler@20171023.0.1
Browse files Browse the repository at this point in the history
added externs

remove externs
  • Loading branch information
thelgevold committed Nov 10, 2017
1 parent 3257fcd commit f4fe90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration/hello_world__closure/closure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--warning_level=QUIET
--dependency_mode=STRICT
--rewrite_polyfills=false
--jscomp_off=checkVars

node_modules/zone.js/dist/zone_externs.js

Expand Down
2 changes: 1 addition & 1 deletion integration/hello_world__closure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@angular/core": "file:../../dist/packages-dist/core",
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
"google-closure-compiler": "git+https://github.com/alexeagle/closure-compiler.git#packagejson.dist",
"google-closure-compiler": "20171023.0.1",
"rxjs": "file:../../node_modules/rxjs",
"typescript": "file:../../node_modules/typescript",
"zone.js": "file:../../node_modules/zone.js"
Expand Down

0 comments on commit f4fe90c

Please sign in to comment.