From 277e01c1e6a5ba3d8070faca024680cf10f1bb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Sun, 25 Jul 2021 20:43:49 -0500 Subject: [PATCH] Universe: remove Bazel files The reasoning is fairly simple: nobody is actively working on integrating with Bazel and there are no plans/capacity to do so. It might be because Bazel is quite complex, and it's hard to set up it in a way we need it to be. Moreover, it's blocking other efforts like this one for example: https://github.com/adeira/universe/pull/2154 (Yarn 2). Note: this doesn't mean that there is no need for something like Bazel. However, it doesn't have to be Bazel (preferably something simpler that does the job well enough). adeira-source-id: 4806cd43ff2ef8ca082d7b51e6c9da493e55f946 --- .npmignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.npmignore b/.npmignore index 89ef728..ce20879 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,3 @@ __tests__ __flowtests__ __mocks__ -BUILD.bazel -BUILD