neutrino-middleware-jsxbin
v0.0.3
Published
Neutrino middleware for creating JSX binaries.
Downloads
26
Maintainers
Readme

neutrino-middleware-jsxbin is a Neutrino Middleware for the JSXBin Webpack Plugin.
Get Started
npm install --save-dev neutrino-middleware-jsxbinmodule.exports = {
use: [
'neutrino-middleware-jsxbin'
]
}Features
- Uses the JSXBin Webpack Plugin to package configured Webpack outputs into JSXBin files.
- Supports a
testoption to change the regex used to match output filenames.
