Search code examples
javascriptjsfiddlebrowserifycommonjs

How can I use a CommonJS module on JSFiddle?


Is there a way to use a CommonJS module on a site like plnkr, JSFiddle, or JS Bin? I'd want to turn it into a global.

This is for easily providing demos without having to use UMD.

I'd find the Github repos and then reference the source files using rawgit.com.


Solution

  • requirebin is a jsbin like enviroment that allows for modules built using browserify, but I am not aware of a way to use an unpublished module