UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

6 lines (4 loc) 170 B
const compatible = require('./env').compatible; module.exports = compatible ? require('./src/node-require-no-op') : require('./dist-compat/node-require-no-op');