mention watch flags in the docs

This commit is contained in:
ngryman 2018-03-29 00:41:02 +02:00
parent 240681e05e
commit cd7250aba6
No known key found for this signature in database
GPG Key ID: 4976953D9A54AA2E

View File

@ -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)