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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ignore-loader

      Weekly Downloads

      276,835

      Version

      0.1.2

      License

      none

      Last publish

      Collaborators

      • cherrry