kibana/packages/kbn-ui-shared-deps-npm
Spencer 8b87d4ba30
[bazel] avoid a little boilerplate in packages (#126309) (#126380)
* [bazel] avoid a little boilerplate for @types packages

* [bazel/ts] stop building sourcemaps since they're ignored

(cherry picked from commit 614139b8e5)

# Conflicts:
#	packages/kbn-logging-mocks/BUILD.bazel
#	packages/kbn-logging-mocks/tsconfig.json
#	packages/kbn-logging/BUILD.bazel
#	packages/kbn-test-jest-helpers/BUILD.bazel
#	packages/kbn-test-jest-helpers/tsconfig.json
#	packages/kbn-test/BUILD.bazel
#	packages/kbn-typed-react-router-config/BUILD.bazel
2022-02-24 21:15:20 +00:00
..
src chore(NA): splits types from code on @kbn/ui-shared-deps-npm (#122788) 2022-01-13 02:23:18 +00:00
BUILD.bazel [bazel] avoid a little boilerplate in packages (#126309) (#126380) 2022-02-24 21:15:20 +00:00
package.json chore(NA): splits types from code on @kbn/ui-shared-deps-npm (#122788) 2022-01-13 02:23:18 +00:00
README.md [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
tsconfig.json [bazel] avoid a little boilerplate in packages (#126309) (#126380) 2022-02-24 21:15:20 +00:00
webpack.config.js Upgrade EUI to v46.1.0 (#123652) 2022-01-28 08:53:36 -06:00

@kbn/ui-shared-deps-npm

Shared dependencies that must only have a single instance and also come from NPM are installed and re-exported from here. To consume them, import the package and merge the externals export into your webpack config so that all references to the supported modules will be remapped to use the global versions.