UNPKG

lasso-require

Version:

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

14 lines (13 loc) 247 B
exports.getPluginConfig = function() { return { transforms: [ require('./my-transform') ] }; }; exports.createDependency = function(dirname) { return { from: dirname, path: './bar' }; };