ignore-loader
Webpack loader to ignore certain package on build.
Last updated 8 years ago by cherrry .
Repository · Bugs · Original npm · Tarball · package.json
$ npm install ignore-loader 
SYNC missed versions from official npm registry.

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' }
    ]
  }
};

Current Tags

  • 0.1.2                                ...           latest (8 years ago)

3 Versions

  • 0.1.2                                ...           8 years ago
  • 0.1.1                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
Maintainers (1)
Downloads
Total 2
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE