From e214666a396e8a28e96e6580ba523d895296b64e Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Wed, 21 Mar 2018 11:40:35 -0400 Subject: [PATCH] Add Options section to README.md This change adds a brief description of options for `rollup-plugin-buble`. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 911f2e0..4ed418c 100644 --- a/README.md +++ b/README.md @@ -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