Created
February 19, 2021 19:36
-
-
Save coderaiser/bb2682d1bb917a80d0c34377cef87ca9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function reRequire(name) { | |
delete require.cache[require.resolve(name)]; | |
return require(name); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment