UNPKG

lasso-require

Version:

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

19 lines (18 loc) 376 B
exports.getPluginConfig = function() { return { transforms: [ { transform: require('./my-transform'), config: { replacement: 'WORLD' } } ] }; }; exports.createDependency = function(dirname) { return { from: dirname, path: './bar' }; };