We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3368f29 commit 24ea3f0Copy full SHA for 24ea3f0
integration/hello_world__closure/build.sh
@@ -15,6 +15,7 @@ CLOSURE_ARGS=(
15
"--language_in=ES6_STRICT"
16
"--language_out=ES5"
17
"--compilation_level=ADVANCED_OPTIMIZATIONS"
18
+ "--warning_level=QUIET"
19
"--js_output_file=dist/bundle.js"
20
"--create_source_map=%outname%.map"
21
"--variable_renaming_report=dist/variable_renaming_report"
0 commit comments