test(compiler): don't print warnings from closure compiler (#14159)
fixes #14152
This commit is contained in:
parent
3368f29a4d
commit
24ea3f022b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue