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