From 5d3457e270c0172ab55a956d3b07bdc998468916 Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Wed, 28 Mar 2018 10:23:46 -0400 Subject: [PATCH] docs: add --require documentation to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 175eede..b1a4fb6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ $ webpack-serve --help containing the app name and arguments for the app --open-path The path with the app a browser should open to --port The port the app should listen on + --require, -r Preload one or more modules before loading the webpack configuration --version Display the webpack-serve version Examples