Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vdclouis committed Dec 9, 2015
1 parent aff3c31 commit ca2c63d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# karma-rollup-preprocessor

[![Build Status](https://travis-ci.org/showpad/karma-rollup-preprocessor.svg)](https://travis-ci.org/showpad/karma-rollup-preprocessor)
[![npm version](https://img.shields.io/npm/v/karma-rollup-preprocessor.svg)](https://www.npmjs.org/package/karma-rollup-preprocessor)
[![npm downloads](https://img.shields.io/npm/dm/karma-rollup-preprocessor.svg)](https://www.npmjs.org/package/karma-rollup-preprocessor)




# karma-rollup-preprocessor

> Preprocessor to bundle ES6 modules fly with [rollup](http://rollupjs.org/).
This preprocessor is mainly used to bundle your spec entry point but might be useful in other cases as well.


# Installation
````js
```bash
npm install karma-rollup-preprocessor --save-dev
````
```


# Configuration

See [rollup wiki](https://github.com/rollup/rollup/wiki) for more details
See [rollup wiki](https://github.com/rollup/rollup/wiki) for more details.
The `rollupPreprocessor` configuration is optional. (You'll need to install more dependencies)

```js
Expand All @@ -40,3 +36,4 @@ module.exports = function (config) {
}
});
};
```

0 comments on commit ca2c63d

Please sign in to comment.