-
Notifications
You must be signed in to change notification settings - Fork 182
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
Deduped files missing from subsequent bundles #143
Comments
It might be the same issue as browserify/browserify#1101 |
Yes, that looks similar. Do you recommend the hotfix? Ive manually deduped my modules for now but thats a fragile temporary measure. |
The hotfix is ok for now. I've added the failing case you put together to the test suite to protect against regressions and in case somebody has a better fix in the future. Published upstream in browserify 9.0.3. |
Excellent! Have a good night. |
To reproduce: https://github.com/ben-ng/watchify-dedupe-bug
It seems like the first require is fine, but subsequent requires to duplicate files break after the first bundle.
I tried to figure out what was wrong (its a pretty big hinderance to development, not being able to live-reload) but couldn't get anything. Hopefully someone else has better luck!
The text was updated successfully, but these errors were encountered: