test(compiler): don't print warnings from closure compiler (#14159)

fixes #14152
This commit is contained in:
Alex Eagle 2017-01-27 18:25:17 -08:00 committed by Igor Minar
parent 3368f29a4d
commit 24ea3f022b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ CLOSURE_ARGS=(
"--language_in=ES6_STRICT"
"--language_out=ES5"
"--compilation_level=ADVANCED_OPTIMIZATIONS"
"--warning_level=QUIET"
"--js_output_file=dist/bundle.js"
"--create_source_map=%outname%.map"
"--variable_renaming_report=dist/variable_renaming_report"