mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
index.ts | ||
kibana.jsonc | ||
package.json | ||
README.mdx | ||
tsconfig.json | ||
webpack.config.js |
--- id: kibDevDocsOpsUiSharedDepsSrc slug: /kibana-dev-docs/ops/ui-shared-deps-src title: "@kbn/ui-shared-deps-src" description: A package to share single instances of internal packages across bundles date: 2022-05-24 tags: ['kibana', 'dev', 'contributor', 'operations', 'ui', 'shared', 'deps', 'src'] --- This is a package of shared dependencies that must only have a single instance and are internal to the Kibana repository. To consume them, import the package and merge the `externals` export into your webpack externals config so that all references to the supported modules will be remapped to use the global versions.