Skip to content

Bundling contents from symbolic link #56

@devonkoch

Description

@devonkoch

Hi @dgbeck,

In my Node.js app, I have a directory, let's call it myPage (src/node_modules/myModule/myPage) symlinked in src/pages/myPage, but _getMainPathsFromEntryPointArgument only allows vanilla directory bundling by checking fs.lstatSync( entryPoints ).isDirectory().

It would be nice to include support for symbolic linking in the condition e.g. isSymbolicLink().

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