From 330b1b1530f6d4ed676eb682a42780a1d11b6cd7 Mon Sep 17 00:00:00 2001 From: shellscape Date: Sun, 11 Aug 2019 09:25:15 -0400 Subject: [PATCH] docs: add ROLLUP_WATCH envar to docs. fixes #2711 --- 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).