Skip to content

Conversation

benurb
Copy link
Contributor

@benurb benurb commented Jul 28, 2017

Currently the extract-loader does not take into account that LoaderContext.loadModule() already adds all requested modules as dependencies. Normally this leads to files being added as dependency multiple times, but can also lead to wrong paths in the dependency list.

Should fix #21

All other dependencies are added by LoaderContext.loadModule() automatically
@benurb benurb requested a review from jhnns July 28, 2017 10:55
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.039% when pulling f5a1946 on fix/duplicate-add-dependency into c9b266a on master.

1 similar comment
@coveralls
Copy link

coveralls commented Jul 28, 2017

Coverage Status

Coverage remained the same at 98.039% when pulling f5a1946 on fix/duplicate-add-dependency into c9b266a on master.

@benurb benurb added the bugfix label Jul 28, 2017
Copy link
Member

@jhnns jhnns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jhnns jhnns merged commit cefa858 into master Aug 19, 2017
@jhnns jhnns deleted the fix/duplicate-add-dependency branch August 19, 2017 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra dependencies when aliases are using
3 participants