-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
The problem I have is that syminks are not replaced with their real paths. I found two problems:
- https://github.com/browserify/resolve/pull/195/files
- filing-cabinet does not allow to set
preserveSymlinks: falseanyway.
So, I have two questions:
- Could you replace browserify/resolve with build-in node resolve? (because the first one have bugs)
- Could you set
preserveSymlinks: falseby default for js resolver? TS resolver has that option by default.
PS: I use yarn workspaces, and all dependencies symlinked through node_modules. But I want to resolve all dependencies through their real paths.
Metadata
Metadata
Assignees
Labels
No labels