0.1.0 • Published 3 years ago

bundling-server v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Bundling Server

Node.js web server that uses esbuild to create bundles on the fly.

Installation

npm install @bundling-server-example/bundling-server

Usage

npm install @bundling-server-example/bundling-server

Routes

  • /sdk/js - serves up the sdk bundle. Accepts the following query parameters:
    • components - comma separated string of samples (hihat, snare, kick)
    • format - iife or esm
    • debug - boolean flag for toggling minification

License

MIT