Revert "build: add a before-all-other bootstrap script that patches require (#34589)" (#34730)

This reverts commit c3e8439954.

PR Close #34730
This commit is contained in:
atscott
2020-01-10 13:39:40 -08:00
parent 66fbc2a1b8
commit b788c36909
10 changed files with 43 additions and 34 deletions

View File

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