From 3be78245c66d72767409271217e8082759b9eaa3 Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Thu, 16 Nov 2017 10:53:52 +0100 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fcd34fe812..5dc3aeaa5b 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,10 @@ In comparison to `serverless offline`, the `start` command will fire an `init` a You can find an example setup in the [`examples`][link-examples] folder. +By default the plugin starts in watch mode when triggered through `serverless offline`, i.e. +it automatically recompiles your code if it detects a change in the used sources. +After a change it might take some seconds until the emulated endpoints are updated. + If you have your sources located on a file system that does not offer events, e.g. a mounted volume in a Docker container, you can enable polling with the `--webpack-use-polling=