-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Labels
feat: deps optimizerEsbuild Dependencies OptimizationEsbuild Dependencies OptimizationperformancePerformance related enhancementPerformance related enhancement
Description
Description
When we have multiple vite projects in a monorepo project, I want them to use the same cache, meaning that they can reuse the existing cache when I set the cacheDir to the same path.
This can significantly increase the speed of "pre-bundling" when developing multiple projects at the same time.
Suggested solution
Use the same cacheDir , shared cache
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat: deps optimizerEsbuild Dependencies OptimizationEsbuild Dependencies OptimizationperformancePerformance related enhancementPerformance related enhancement