Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.62 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.62 KB

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