build: update to rules_nodejs 0.40.0 (#33802)

This release includes nodejs cross-platform RBE fix in https://github.com/bazelbuild/rules_nodejs/pull/1320 and adds `args` to terser_minified in https://github.com/bazelbuild/rules_nodejs/pull/1317. These changes are needed to land a few outstanding PRs.

* build: fixes for cross-platform RBE #33708
* build: update zone.js to use the new rollup_bundle #33329

fix: fix

PR Close #33802
This commit is contained in:
Greg Magolan
2019-11-13 09:04:26 -08:00
committed by Kara Erickson
parent 744a3854f3
commit ba4f171fac
9 changed files with 72 additions and 71 deletions

View File

@ -263,6 +263,7 @@ def karma_web_test_suite(bootstrap = [], deps = [], **kwargs):
tags = tags + ["native"]
_karma_web_test_suite(
runtime_deps = local_runtime_deps,
bootstrap = bootstrap,
deps = local_deps,
# Run unit tests on local Chromium by default.