You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When working with mono-repo's caching dependencies might be tedious. So instead of mounting every subfolder and it's dependencies, allow for generic folder selection.
Is your feature request related to a problem? Please describe.
When working with mono-repo's caching dependencies might be tedious. So instead of mounting every subfolder and it's dependencies, allow for generic folder selection.
For example, if one has a folder structure like:
Let's say you want to cache all
node_modules
anddist
folders, without having to require all those folders in themount
array separately.Describe the solution you'd like
Support generic folder mounting like:
A dependency that might help solve the issue: https://github.com/bmatcuk/doublestar
Describe alternatives you've considered
You could also go with a regex alternative, but the one above seems more straight forward.
Additional context
The text was updated successfully, but these errors were encountered: