Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundling contents from symbolic link #56

Open
devonkoch opened this issue Aug 22, 2016 · 0 comments
Open

Bundling contents from symbolic link #56

devonkoch opened this issue Aug 22, 2016 · 0 comments

Comments

@devonkoch
Copy link

devonkoch commented Aug 22, 2016

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant