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

expose property doesn't work with fullPaths enabled (fixes #850) #991

Closed
wants to merge 1 commit into from

Conversation

mwiencek
Copy link
Contributor

If I set fullPaths: true on a bundle (which is required by watchify), and also use expose on one of the modules in that bundle, the full path clobbers the exposed name and anything that requires the exposed name throws an exception to the effect of Error: Cannot find module '/foo/bar/baz' (i.e. the full path).

@nervo
Copy link

nervo commented Nov 17, 2014

👍

Fix my issues with fullPaths (required by watchify) and exposed modules

@benji07
Copy link

benji07 commented Nov 24, 2014

👍

@ghost
Copy link

ghost commented Nov 24, 2014

Merged in 6.3.3. Thanks for the patch!

@ghost ghost closed this Nov 24, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants