Skip to content

Conversation

@patak-dev
Copy link
Member

Description

In monorepos, we'd like resolving files from one package to the other to go through the fs cache. For example, when there is a design system package and an app, before this PR, importing a design system component from the app won't hit the cache. We saw at internal cpuprofiles from a large enterprise app that resolving was still the bottleneck because of this.

This PR caches from the workspace root instead of the project root.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-dev patak-dev added performance Performance related enhancement p3-significant High priority enhancement (priority) labels Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p3-significant High priority enhancement (priority) performance Performance related enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants