UNPKG

lasso-require

Version:

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

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