Skip to content

Instantly share code, notes, and snippets.

@ridomin
Last active May 30, 2016 06:26
Show Gist options
  • Select an option

  • Save ridomin/ad089ea749eae7234b1b3b6675d50e67 to your computer and use it in GitHub Desktop.

Select an option

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

ridomin commented May 30, 2016

Copy link
Copy Markdown
Author

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