UNPKG

lasso-require

Version:

Lasso.js plugin to support Node.js style module require in the browser

6 lines 114 B
exports.createDependency = function(dirname) { return { path: './foo', from: dirname }; };