kibana/packages/kbn-ui-shared-deps
Liza Katz 8097f36465
attempt at tree shaking (#101147)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 12:28:09 +03:00
..
flot_charts remove accidental license header from vendored code (#90219) 2021-02-03 13:59:48 -07:00
scripts ship @kbn/ui-shared-deps metrics in separate step (#91504) 2021-02-16 11:42:26 -07:00
entry.js attempt at tree shaking (#101147) 2021-06-03 12:28:09 +03:00
index.d.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
index.js [bfetch] compress stream chunks (#97994) 2021-06-01 09:57:46 +03:00
package.json chore(NA): moving @kbn/monaco into bazel (#100709) 2021-05-27 18:55:28 +01:00
polyfills.js [kbn-ui-shared-deps] Remove outdated polyfills (#96339) 2021-04-08 08:49:13 -05: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 [ci-stats] move ui-shared-deps metrics to page load assets group (#95957) 2021-03-31 14:03:22 -07: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.