From 9cd5668b0361c5bc284211c6b631d29c5cdd5a57 Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Mon, 12 Aug 2019 09:32:24 -0400 Subject: [PATCH] docs: add ROLLUP_WATCH envar to docs (#3048) --- docs/01-command-line-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index af79f3a168f..93162fe4483 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -254,6 +254,8 @@ Print the installed version number. Rebuild the bundle when its source files change on disk. +_Note: Alternatively, the `ROLLUP_WATCH` environment variable may be set to `true` to enable watch mode._ + #### `--silent` Don't print warnings to the console. If your configuration file contains an `onwarn` handler, this handler will still be called. To manually prevent that, you can access the command line options in your configuration file as described at the end of [Configuration Files](guide/en/#configuration-files).