maoberlehner / runtime-bundler

Runtime Bundling of JavaScript Assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Runtime Bundling of JavaScript Assets

License:MIT License


Languages

Language:JavaScript 100.0%