0.0.1 • Published 6 years ago

neutrino-middleware-xml v0.0.1

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

CircleCI NPM version NPM downloads License Issues

neutrino-middleware-xml is a Neutrino Middleware for the Webpack XML Template Plugin.

Get Started

npm install --save-dev neutrino-middleware-xml
module.exports = {
  use: [
    'neutrino-middleware-xml',
    {
      files: [
        {
          template: path.join(__dirname, 'xml-template.ejs'),
          filename: 'path/to/result.xml',
          data: {
            foo: 'bar'
          }
        }
      ]
    }
  ]
}

Features