decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.
Import a module while bypassing the cache with webpack patch
Cleanly require
a module from disk, having flushed the module's cache, including all of its submodules. Used like normal require