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

fix name conflict issue #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

springrider
Copy link

I am not sure the reason of this, but while using debundle, all the modules name are resolved as "index.js" as:

 * 40 => index
* Reconstructing require path for module 41...
* 41 => index
* Reconstructing require path for module 42...
* 42 => index
* Reconstructing require path for module 43...
* 43 => index
* Reconstructing require path for module 44...
* 44 => index
* Reconstructing require path for module 45...
* 45 => index
* Reconstructing require path for module 46...
* 46 => index
* Reconstructing require path for module 47...
* 47 => index
* Reconstructing require path for module 48...

then we only have one "index.js" file been overwritten again and again. append an id after it solves the problem.

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

Successfully merging this pull request may close these issues.

None yet

1 participant