bundling-server
v0.1.0
Published
Node.js web server that uses esbuild to create bundles on the fly
Readme
Bundling Server
Node.js web server that uses esbuild to create bundles on the fly.
Installation
npm install @bundling-server-example/bundling-serverUsage
npm install @bundling-server-example/bundling-serverRoutes
- /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
