mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
Other packages within `client/*` depend on `@sourcegraph/build-config` as a dev dependency, but `@sourcegraph/build-config` itself depends on these as runtime dependencies. Under bazel this dev vs non-dev is stricter and `build-config` needs to declare the dependencies correctly. Some of the deps are still in the root package.json as dev-deps when they are still used elsewhere, others were removed from the root and are now only in `build-config`. |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| babel.config.js | ||
| jest.config.js | ||
| OWNERS | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Build config
Shared build configuration.