UNPKG

x-http-client

Version:

An http client to simplify sending requests (HTTP & JSONP) in the browser.

13 lines (11 loc) 304 B
var builder = require('@john-yuan/dev-browserify-builder'); builder.build('lib/class/HttpClient.js', 'dist/HttpClient.min.js', { standalone: 'HttpClient', debug: false, detectGlobals: false, plugin: [ 'bundle-collapser/plugin' ] }, { compress: { drop_console: true } });