mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
This commit is contained in:
parent
bbc074779d
commit
4f83423920
2 changed files with 3 additions and 3 deletions
|
@ -278,7 +278,7 @@ export class OptimizerConfig {
|
|||
options.maxWorkerCount,
|
||||
options.dist,
|
||||
options.profileWebpack,
|
||||
options.themeTags,
|
||||
options.themeTags
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -293,7 +293,7 @@ export class OptimizerConfig {
|
|||
public readonly maxWorkerCount: number,
|
||||
public readonly dist: boolean,
|
||||
public readonly profileWebpack: boolean,
|
||||
public readonly themeTags: ThemeTags,
|
||||
public readonly themeTags: ThemeTags
|
||||
) {}
|
||||
|
||||
getWorkerConfig(optimizerCacheKey: unknown): WorkerConfig {
|
||||
|
|
|
@ -294,7 +294,7 @@ export function getWebpackConfig(
|
|||
),
|
||||
vega: Path.resolve(worker.repoRoot, 'node_modules/vega/build-es5/vega.js'),
|
||||
'react-dom$': 'react-dom/profiling',
|
||||
'scheduler/tracing': 'scheduler/tracing-profiling'
|
||||
'scheduler/tracing': 'scheduler/tracing-profiling',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue