mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Added rison-node to kibana shared deps. (#97417)
This commit is contained in:
parent
7c5f41e171
commit
92eb85f121
2 changed files with 2 additions and 0 deletions
|
@ -49,3 +49,4 @@ export const TsLib = require('tslib');
|
|||
export const KbnAnalytics = require('@kbn/analytics');
|
||||
export const KbnStd = require('@kbn/std');
|
||||
export const SaferLodashSet = require('@elastic/safer-lodash-set');
|
||||
export const RisonNode = require('rison-node');
|
||||
|
|
|
@ -60,5 +60,6 @@ exports.externals = {
|
|||
'@kbn/analytics': '__kbnSharedDeps__.KbnAnalytics',
|
||||
'@kbn/std': '__kbnSharedDeps__.KbnStd',
|
||||
'@elastic/safer-lodash-set': '__kbnSharedDeps__.SaferLodashSet',
|
||||
'rison-node': '__kbnSharedDeps__.RisonNode',
|
||||
};
|
||||
exports.publicPathLoader = require.resolve('./public_path_loader');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue