kibana/packages/kbn-ui-shared-deps-npm
Spencer 252b949b61
Remove direct usage of EUI theme vars (#116232)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-10 14:04:45 -05:00
..
src remove all references to v7 theme (#113570) 2021-10-29 12:28:42 -05:00
BUILD.bazel Remove direct usage of EUI theme vars (#116232) 2021-11-10 14:04:45 -05:00
package.json [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
README.md [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
tsconfig.json [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
webpack.config.js [kbn/optimizer] dll @babel/runtime modules used by entry bundles (#113453) 2021-10-29 18:08:20 -05: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.