From cd7250aba69f1c4a5880c826dd69120b56bc5ffc Mon Sep 17 00:00:00 2001 From: ngryman Date: Thu, 29 Mar 2018 00:41:02 +0200 Subject: [PATCH] mention watch flags in the docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5dbea6..eef328c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Just like `microbundle build`, but watches your source files and rebuilds on any -i, --entry Entry module(s) -o, --output Directory to place build files into -f, --format Only build specified formats (default es,cjs,umd) + -w, --watch Rebuilds on any change (default false) --target Specify your target environment (default node) --external Specify external dependencies, or 'all' --compress Compress output using UglifyJS (default true)