kibana/packages/kbn-ui-shared-deps
Josh Dover 703a3c22da Add @kbn/i18n to @kbn/ui-shared-deps (#55891)
* Add @kbn/i18n to @kbn/ui-shared-deps

* Use string DI syntax for i18n angular modules
2020-01-25 00:24:32 +02:00
..
scripts share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -07:00
vendor [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) 2020-01-14 11:35:35 -07:00
entry.js Add @kbn/i18n to @kbn/ui-shared-deps (#55891) 2020-01-25 00:24:32 +02:00
index.d.ts share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -07:00
index.js Add @kbn/i18n to @kbn/ui-shared-deps (#55891) 2020-01-25 00:24:32 +02:00
package.json Add @kbn/i18n to @kbn/ui-shared-deps (#55891) 2020-01-25 00:24:32 +02:00
polyfills.js [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) 2020-01-14 11:35:35 -07:00
README.md share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -07:00
tsconfig.json share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -07:00
webpack.config.js share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -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.