UNPKG

lasso-require

Version:

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

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