Skip to content

Commit

Permalink
Fix @kbn/core location in optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 23, 2024
1 parent 8b940fa commit c0cf284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-optimizer/src/optimizer/optimizer_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ export class OptimizerConfig {
type: 'entry',
id: 'core',
sourceRoot: options.repoRoot,
contextDir: Path.resolve(options.repoRoot, 'src/core'),
outputDir: Path.resolve(options.outputRoot, 'src/core/target/public'),
contextDir: Path.resolve(options.repoRoot, 'src/core/packages/core'),
outputDir: Path.resolve(options.outputRoot, 'src/core/packages/core/target/public'),
pageLoadAssetSizeLimit: limits.pageLoadAssetSize?.core,
remoteInfo: {
pkgId: '@kbn/core',
Expand Down

0 comments on commit c0cf284

Please sign in to comment.