UNPKG

lasso-require

Version:

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

10 lines (8 loc) 200 B
var path = require('path'); exports.createDependency = function(dirname) { return { path: 'bar', from: dirname }; }; exports.searchPath = path.join(__dirname, 'app-modules');