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) 132 B
const compatible = require('./env').compatible; module.exports = compatible ? require('./src') : require('./dist-compat');