runtime-bundler
v1.0.0-alpha.1
Published
Runtime Bundling of JavaScript Assets
Downloads
1
Readme
runtime-bundler
Runtime Bundling of JavaScript Assets
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