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