webpack-xml-loader

0.0.2 • Public • Published

Webpack XML loader

A Webpack plugin for loading XML files.

Installation

Install via npm:

npm install --save-dev xml-loader

Usage

Add the loader to your webpack config:

(You may also pass any of the xml2js parser options in an object.)

module : {
  loaders : [
    {
      test: /\.xml$/,
      use: {
        loader: 'xml-loader',
        options: {
          explicitArray: false,
        },
      },
    },
  ],
},

Credits

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    152
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    152
  • 0.0.1
    0

Package Sidebar

Install

npm i webpack-xml-loader

Weekly Downloads

149

Version

0.0.2

License

none

Last publish

Collaborators

  • subhuman