Package Exports
- neutrino-middleware-jsxbin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neutrino-middleware-jsxbin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
neutrino-middleware-jsxbin
is a Neutrino Middleware for the JSXBin Webpack Plugin.
Get Started
npm install --save-dev neutrino-middleware-jsxbin
module.exports = {
use: [
'neutrino-middleware-jsxbin'
]
}
Features
- 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.