UNPKG

lasso-require

Version:

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

6 lines 118 B
exports.createDependency = function(dirname) { return { from: '/foo', to: '/foo-browser' }; };