Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Aug 5, 2016
1 parent 9eab2ac commit 9ea3596
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# webpack-archive-plugin

Webpack plugin to create archives of emitted files.

## Installation

npm install --save-dev webpack-archive-plugin

## Usage

webpack.config.js:

```javascript
let ArchivePlugin = require('webpack-archive-plugin');

module.exports = {
// configuration
plugins: [
new ArchivePlugin(),
],
}
```

0 comments on commit 9ea3596

Please sign in to comment.