ignore-loader

0.1.2 • Public • Published

ignore-loader

To ignore certain files when building webpack application.

Install

$ npm install --save-dev ignore-loader

Usage (Ignoring all .css)

  • In webpack.config.js
module.exports = {
  // other configurations
  module: {
    loaders: [
      { test: /\.css$/, loader: 'ignore-loader' }
    ]
  }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    299,743
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    299,743
  • 0.1.1
    156
  • 0.1.0
    4

Package Sidebar

Install

npm i ignore-loader

Weekly Downloads

299,903

Version

0.1.2

License

none

Last publish

Collaborators

  • cherrry