UNPKG

lasso-require

Version:

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

8 lines (7 loc) 151 B
var path = require('path'); exports.createDependency = function(dirname) { return { path: 'installed-bar', from: dirname }; };