Skip to content

Neutrino middleware for wrapping specific files in arbitrary code.

License

Notifications You must be signed in to change notification settings

sammarks/neutrino-middleware-wrapper

Repository files navigation

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 to 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.

About

Neutrino middleware for wrapping specific files in arbitrary code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published