Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajiv Tirumalareddy committed Jan 20, 2015
1 parent 21a9124 commit 2835667
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Webpack Strip

Simple [Webpack](http://webpack.github.io/) loader to strip custom functions from your code. This can be useful if you want to use debug statements while developing your app but don't want this info exposed in your production code.

##Usage:
## Install

`npm install --save-dev webpack-strip`

## Usage

In your client js source files:

Expand Down

0 comments on commit 2835667

Please sign in to comment.