Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/kbn-optimizer/limits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pageLoadAssetSize:
charts: 195358
cloud: 21076
console: 46235
core: 692684
core: 397521
crossClusterReplication: 65408
dashboard: 374267
dashboardEnhanced: 65646
Expand All @@ -24,13 +24,13 @@ pageLoadAssetSize:
enterpriseSearch: 35741
esUiShared: 326798
expressions: 224120
features: 31211
globalSearch: 43548
globalSearchBar: 62888
features: 21723
globalSearch: 29696
globalSearchBar: 50403
globalSearchProviders: 25554
graph: 31504
grokdebugger: 26779
home: 41661
home: 30182
indexLifecycleManagement: 107090
indexManagement: 140608
indexPatternManagement: 28222
Expand All @@ -45,7 +45,7 @@ pageLoadAssetSize:
kibanaUtils: 198829
lens: 96624
licenseManagement: 41817
licensing: 39008
licensing: 29004
lists: 202261
logstash: 53548
management: 46112
Expand Down Expand Up @@ -73,8 +73,8 @@ pageLoadAssetSize:
share: 99205
snapshotRestore: 79176
spaces: 389643
telemetry: 91832
telemetryManagementSection: 52443
telemetry: 51957
telemetryManagementSection: 38586
tileMap: 65337
timelion: 29920
transform: 41151
Expand Down
2 changes: 2 additions & 0 deletions packages/kbn-ui-shared-deps/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ 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');
export const SaferLodashSet = require('@elastic/safer-lodash-set');
2 changes: 2 additions & 0 deletions packages/kbn-ui-shared-deps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ exports.externals = {
*/
tslib: '__kbnSharedDeps__.TsLib',
'@kbn/analytics': '__kbnSharedDeps__.KbnAnalytics',
'@kbn/std': '__kbnSharedDeps__.KbnStd',
'@elastic/safer-lodash-set': '__kbnSharedDeps__.SaferLodashSet',
};
exports.publicPathLoader = require.resolve('./public_path_loader');