From db3c6a6d34344279744d2f41e67fd3ca6978eb9e Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 16 Feb 2021 17:25:15 +0530 Subject: [PATCH] docs: update --- OPTIONS.md | 2 +- packages/webpack-cli/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPTIONS.md b/OPTIONS.md index ad5e4473f34..1fdbc8dee3f 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -10,7 +10,7 @@ Options: -m, --merge Merge two or more configurations using 'webpack-merge'. --env Environment passed to the configuration when it is a function. --node-env Sets process.env.NODE_ENV to the specified value. - -h, --hot Enables Hot Module Replacement + -h, --hot [value] Enables Hot Module Replacement --no-hot Disables Hot Module Replacement. --analyze It invokes webpack-bundle-analyzer plugin to get bundle information. --progress [value] Print compilation progress during build. diff --git a/packages/webpack-cli/README.md b/packages/webpack-cli/README.md index 86941f9f47a..9d1b59b2091 100644 --- a/packages/webpack-cli/README.md +++ b/packages/webpack-cli/README.md @@ -91,7 +91,7 @@ npx webpack-cli --help verbose -d, --devtool Determine source maps to use. --no-devtool Do not generate source maps. --entry The entry point(s) of your application e.g. ./src/main.js. - -h, --hot Enables Hot Module Replacement + -h, --hot [value] Enables Hot Module Replacement --no-hot Disables Hot Module Replacement --mode Defines the mode to pass to webpack. --name Name of the configuration. Used when loading multiple configurations.