kibana/packages/kbn-ui-shared-deps
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
..
flot_charts remove accidental license header from vendored code (#90219) 2021-02-03 13:59:48 -07:00
scripts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
vendor [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) 2020-01-14 11:35:35 -07:00
entry.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
index.d.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
index.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
package.json Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
polyfills.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
public_path_loader.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
public_path_module_creator.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
README.md
theme.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00
webpack.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00

@kbn/ui-shared-deps

Shared dependencies that must only have a single instance 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.