Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Add Options section to README.md
Browse files Browse the repository at this point in the history
This change adds a brief description of options for `rollup-plugin-buble`.
  • Loading branch information
bertday authored and adrianheine committed Oct 8, 2018
1 parent 202f4d0 commit e214666
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,12 @@ rollup({
}).then(...)
```

## Options

- `include`: a [micromatch](https://github.com/micromatch/micromatch) pattern, or array of patterns, specifying files to include
- `exclude`: a [micromatch](https://github.com/micromatch/micromatch) pattern, or array of patterns, specifying files to exclude
- `transforms`: an object of transform options, per the [Buble docs](https://buble.surge.sh/guide/)

## License

MIT

0 comments on commit e214666

Please sign in to comment.