UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

5 lines (4 loc) 255 B
// exports the already global jQuery in a way that require() likes // this is used by browserify in the strong-arc build process to replace // references to require('jquery') with require('./path/to/this/file') module.exports = (window || global).jQuery;