1.0.0-alpha.1 • Published 3 years ago

runtime-bundler v1.0.0-alpha.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

runtime-bundler

Patreon Donate GitHub stars

Runtime Bundling of JavaScript Assets

ko-fi

runtime-bundler is a collection of tools to enable bundling JavaScript assets server-side or serverless.

Usage

npm install runtime-bundler
// Usage with express
const { runtimeBundlerMiddleware } = require('runtime-bundler');

const app = express();

// The `assetDirectory` is the path to the assets relative to the current file.
app.use('/js', runtimeBundlerMiddleware({ assetDirectory: './public/' }));

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner

License

MIT