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