Switch from deprecated polymer_pass flag to polymer_version flag

Change-Id: I469957c3f93821bcde8347ec407941f4cd4aa6cf
This commit is contained in:
Becky Siegel
2018-02-15 21:08:00 +00:00
parent 40b1794111
commit ceb003ab93

View File

@@ -16,7 +16,7 @@ def polygerrit_bundle(name, srcs, outs, app):
# See: https://github.com/google/closure-compiler/issues/2042
compilation_level = "WHITESPACE_ONLY",
defs = [
"--polymer_pass",
"--polymer_version=1",
"--jscomp_off=duplicate",
"--force_inject_library=es6_runtime",
],