mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Run a test, see if we're better off
This commit is contained in:
parent
d2bb992823
commit
843d6fde73
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ import { FormattedMessage } from '@kbn/i18n-react';
|
|||
import { BehaviorSubject, combineLatest, merge, type Observable, of, ReplaySubject } from 'rxjs';
|
||||
import { mergeMap, map, takeUntil } from 'rxjs/operators';
|
||||
import { parse } from 'url';
|
||||
import { EuiLink } from '@elastic/eui';
|
||||
import { EuiLink, setEuiDevProviderWarning } from '@elastic/eui';
|
||||
import useObservable from 'react-use/lib/useObservable';
|
||||
import type { InternalInjectedMetadataStart } from '@kbn/core-injected-metadata-browser-internal';
|
||||
import type { AnalyticsServiceSetup } from '@kbn/core-analytics-browser';
|
||||
|
@ -128,6 +128,8 @@ export class ChromeService {
|
|||
}: StartDeps): Promise<InternalChromeStart> {
|
||||
this.initVisibility(application);
|
||||
|
||||
setEuiDevProviderWarning('error');
|
||||
|
||||
const globalHelpExtensionMenuLinks$ = new BehaviorSubject<ChromeGlobalHelpExtensionMenuLink[]>(
|
||||
[]
|
||||
);
|
||||
|
|
|
@ -29,7 +29,7 @@ module.exports = (_, argv) => {
|
|||
externals: {
|
||||
module: 'module',
|
||||
},
|
||||
mode: process.env.NODE_ENV || 'development',
|
||||
mode: 'production',
|
||||
entry: {
|
||||
'kbn-ui-shared-deps-npm': [
|
||||
// polyfill code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue