0.0.1 • Published 8 years ago

console-clean-loader v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

console clean loader for webpack

Usage

Documentation: Using loaders

Simple API

require("console-clean-loader!./module-a.js");

Recommended configuration

{
  module: {
    loaders: [
      { test: /\.jsx?$/, exclude: /node_modules/, loader: "babel-loader!console-clean-loader" }
    ]
  }
}

Install

npm install console-clean-loader

License

MIT (http://www.opensource.org/licenses/mit-license.php)