Skip to content

Resolving symlink real paths for js resolver #81

@Diokuz

Description

@Diokuz

The problem I have is that syminks are not replaced with their real paths. I found two problems:

  1. https://github.com/browserify/resolve/pull/195/files
  2. filing-cabinet does not allow to set preserveSymlinks: false anyway.

So, I have two questions:

  1. Could you replace browserify/resolve with build-in node resolve? (because the first one have bugs)
  2. Could you set preserveSymlinks: false by 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions