Skip to content

Commit 24ea3f0

Browse files
alexeagleIgorMinar
authored andcommitted
test(compiler): don't print warnings from closure compiler (angular#14159)
fixes angular#14152
1 parent 3368f29 commit 24ea3f0

File tree

1 file changed

+1
-0
lines changed
  • integration/hello_world__closure

1 file changed

+1
-0
lines changed

integration/hello_world__closure/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CLOSURE_ARGS=(
1515
"--language_in=ES6_STRICT"
1616
"--language_out=ES5"
1717
"--compilation_level=ADVANCED_OPTIMIZATIONS"
18+
"--warning_level=QUIET"
1819
"--js_output_file=dist/bundle.js"
1920
"--create_source_map=%outname%.map"
2021
"--variable_renaming_report=dist/variable_renaming_report"

0 commit comments

Comments
 (0)