diff --git a/integration/hello_world__closure/build.sh b/integration/hello_world__closure/build.sh index 5d7e4bf01a..1143830985 100755 --- a/integration/hello_world__closure/build.sh +++ b/integration/hello_world__closure/build.sh @@ -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"