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
Would be nice to have this feature. My use case is for TypeORM, which has a lot of optional peer dependencies.
It would be great if we could do something like this:
@nVitius Thanks for chiming in. I'm actually tracking this issue in a monorepo where Jetpack is in the process of transitioning to: FormidableLabs/tracing#15
As a head's up on timing, it's definitely a little bit out -- I've got to get jetpack over to that repo and updated to serverless3.
For this specific issue, the tricky part is that a glob deals with a known starting place in a filesystem vs. the config options here are based on Node.js require/import traversal algorithim which descends the opposite direction in the file system and can match in an unpredictable manner. So, I'm also considering other solutions that aren't necessarily glob-based.
See discussion in #116 and repository at: https://github.com/dominics/issue-jp-sh/blob/main/serverless.yml#L36
Maybe limit this to only relative files to simplify the require resolution issues?
The text was updated successfully, but these errors were encountered: