mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
2Mb --> 53kB (#62781)
This commit is contained in:
parent
028313a8fe
commit
267f22c2ee
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ import { FeatureCatalogueCategory } from '../../../../src/plugins/home/public';
|
|||
import { LicenseStatus } from '../common/types/license_status';
|
||||
|
||||
import { ILicense } from '../../licensing/public';
|
||||
import { TimeBuckets } from './legacy';
|
||||
import { PLUGIN } from '../common/constants';
|
||||
import { Dependencies } from './types';
|
||||
|
||||
|
@ -41,6 +40,7 @@ export class WatcherUIPlugin implements Plugin<void, void, Dependencies, any> {
|
|||
const [core] = await getStartServices();
|
||||
const { i18n: i18nDep, docLinks, savedObjects } = core;
|
||||
const { boot } = await import('./application/boot');
|
||||
const { TimeBuckets } = await import('./legacy');
|
||||
|
||||
return boot({
|
||||
// Skip the first license status, because that's already been used to determine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue