sammarks / neutrino-middleware-jsxbin

Neutrino middleware for creating JSX binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI NPM version NPM downloads License Issues

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.

About

Neutrino middleware for creating JSX binaries.

License:MIT License


Languages

Language:JavaScript 100.0%