build: update to rules_nodejs 1.1.0 (#34736)

This release resolves the bootstrap require patching issue with jasmine_node_test. Require patches are now included before any bootstrap scripts.

PR Close #34736
This commit is contained in:
Greg Magolan
2020-01-12 14:14:01 -08:00
committed by Matias Niemelä
parent 6174dffc2a
commit 436e7388c3
11 changed files with 67 additions and 100 deletions

View File

@ -2,8 +2,6 @@ load("//tools:defaults.bzl", "jasmine_node_test", "ts_library")
package(default_visibility = ["//visibility:public"])
exports_files(["bazel_patch_require.js"])
ts_library(
name = "browser",
testonly = 1,