do-nothing-loader

1.0.0 • Public • Published

do-nothing-loader

A webpack loader that just returns the module doing nothing to it.

Install

npm install --save-dev do-nothing-loader

Usage

// webpack.config.js
 
module.exports = {
  ...
  module: {
    loaders: [
      {
        test: /\.js$/,
        loader: 'do-nothing'
      }
    ]
  }
};

Package Sidebar

Install

npm i do-nothing-loader

Weekly Downloads

484

Version

1.0.0

License

MIT

Last publish

Collaborators

  • axtgr