0.0.1 • Published 6 years ago

neutrino-middleware-wrapper v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

CircleCI NPM version NPM downloads License Issues

neutrino-middleware-wrapper is a Neutrino Middleware for the Webpack Wrapper Plugin.

Get Started

npm install --save-dev neutrino-middleware-wrapper
module.exports = {
  use: [
    'neutrino-middleware-wrapper',
    {
      header: '(function() {',
      footer: '})();'
    }
  ]
}

Features

  • Uses the Webpack Wrapper Plugin wrap output files with custom text or code.
  • Supports a test option to change the regex used to match output filenames.
  • Passes header and footer options directly to the plugin.