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

New fallback for missing dependencies and better extension management #134

Merged
merged 1 commit into from Oct 6, 2016

Conversation

dlmr
Copy link
Member

@dlmr dlmr commented Oct 5, 2016

The new fallback manages the case when using a unflatten node_modules structure where otherwise some dependencies would not be found. Also added processNormalExports to make Roc work better with unflatten node_modules structure.

Both of this cases could happen during local development when using npm link, a situation that results in an unflatten node_modules structure.

The new fallback manages the case when using a unflatten node_modules structure where otherwise some dependencies would not be found.
Added processNormalExports to make Roc work better with unflatten node_modules structure.

Both of this cases could happen during local development when using npm link, a situation that results in unflatten node_modules structure.
@andreasrs andreasrs merged commit 5ec97d8 into master Oct 6, 2016
@andreasrs andreasrs deleted the better-dependency-management branch October 6, 2016 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants