Skip to content

version 0.5.0

Latest

Choose a tag to compare

@mamod mamod released this 29 Jun 23:17

require and exports are not defined by default
you can use
this.exports
this.require

or define(["require", "exports"], function(require, exports){});

This is more compatible with r.js and other AMD modules