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

Added decache to fix caching issues with child dependencies #2

Merged
merged 1 commit into from
May 21, 2017

Conversation

dainyl
Copy link
Contributor

@dainyl dainyl commented May 19, 2017

Hey there,
I ended up still having issues with webpack caching the loaded js modules, preventing proper webpack watch reloading.
The delete require.cache[require.resolve(modulePath)]; didn't clear the cache of any child dependencies in modulePath, but decache seems to be a relatively popular library that does just that.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 97.222% when pulling 8a44d73 on dainyl:master into cf0e79a on tompascall:master.

@tompascall tompascall merged commit 747790e into tompascall:master May 21, 2017
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

3 participants