mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
move @kbn/std to kbn-ui-shared-deps
This commit is contained in:
parent
e365396810
commit
6c18481dd1
2 changed files with 2 additions and 0 deletions
|
@ -47,3 +47,4 @@ export const LodashFp = require('lodash/fp');
|
|||
// runtime deps which don't need to be copied across all bundles
|
||||
export const TsLib = require('tslib');
|
||||
export const KbnAnalytics = require('@kbn/analytics');
|
||||
export const KbnStd = require('@kbn/std');
|
||||
|
|
|
@ -58,5 +58,6 @@ exports.externals = {
|
|||
*/
|
||||
tslib: '__kbnSharedDeps__.TsLib',
|
||||
'@kbn/analytics': '__kbnSharedDeps__.KbnAnalytics',
|
||||
'@kbn/std': '__kbnSharedDeps__.KbnStd',
|
||||
};
|
||||
exports.publicPathLoader = require.resolve('./public_path_loader');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue