sourcegraph/client/build-config
Jason Bedard 3eb718dcd9
build: move build-config specific dependencies to build-config/package.json (#48072)
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`.
2023-02-22 19:25:07 -08:00
..
src upgrade esbuild and use tree shaking (#47520) 2023-02-13 06:45:47 +00:00
.eslintignore web: add empty build-config package (#25965) 2021-10-12 16:14:50 +00:00
.eslintrc.js [SG-39797] Enable no-console ESLint rule (#40458) 2022-10-03 07:19:17 -07:00
babel.config.js web: add empty build-config package (#25965) 2021-10-12 16:14:50 +00:00
jest.config.js Extract util/errors.ts into a new common package (#29040) 2021-12-24 17:50:53 +07:00
OWNERS codenotify: use @sourcegraph/frontend-platform-devs team (#31391) 2022-02-17 03:01:04 -08:00
package.json build: move build-config specific dependencies to build-config/package.json (#48072) 2023-02-22 19:25:07 -08:00
README.md web: add empty build-config package (#25965) 2021-10-12 16:14:50 +00:00
tsconfig.json web: fix pnpm-lock issue (#47478) 2023-02-09 22:04:31 -08:00

Build config

Shared build configuration.