neutrino-middleware-xml

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i neutrino-middleware-xml

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.67 kB

Total Files

6

Last publish

Collaborators

  • sammarks-code