|
|
|
|
|
by philip1209
3034 days ago
|
|
When we used Bazel at Staffjoy, we had two main issues: (1) NPM dependency management was hard. We ended up committing built dist files, like index.html (2) We ended up duplicating dependencies between Bazel and Glide because tools like goimports and linters could not read the Bazel remote dependencies system. We open-sourced the repo with Bazel when we shut down -> http://github.com/staffjoy/v2 |
|