Skip to content

Instantly share code, notes, and snippets.

@udittyagi
Created August 25, 2019 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udittyagi/bdc69d8644a2b323f176a9feee59e97a to your computer and use it in GitHub Desktop.
Save udittyagi/bdc69d8644a2b323f176a9feee59e97a to your computer and use it in GitHub Desktop.
require('./cacheFile1');
require('./cacheFile2');
console.log('Trying to require cacheFile2 again');
require('./cacheFile2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment