Skip to content

Instantly share code, notes, and snippets.

@ridomin
Last active May 30, 2016 06:26
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 ridomin/ad089ea749eae7234b1b3b6675d50e67 to your computer and use it in GitHub Desktop.
Save ridomin/ad089ea749eae7234b1b3b6675d50e67 to your computer and use it in GitHub Desktop.
Minimal commonjs #javascript #minimal
var exports = {}
var require = function(n){return exports}
@ridomin
Copy link
Author

ridomin commented May 30, 2016

minimal code to run common js modules in browsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment