UNPKG

lasso-require

Version:

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

5 lines 97 B
require('./bar'); (function() { var require = function() {}; require('some-thing'); }());