UNPKG

lasso-require

Version:

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

14 lines (12 loc) 226 B
exports.createDependency = function(dirname) { return { path: 'jquery', from: dirname }; }; exports.getPluginConfig = function() { var globals = {}; return { globals: globals }; };