Skip to content

Commit

Permalink
docs: add --no-devtool & --no-watch (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 1, 2020
1 parent 293bb83 commit 057fccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/webpack-cli/README.md
Expand Up @@ -58,9 +58,11 @@ yarn add webpack-cli --dev
-o, --output-path string Output location of the generated bundle
-t, --target string[] Sets the build target
-w, --watch Watch for files changes
--no-watch Negates watch
-h, --hot Enables Hot Module Replacement
--no-hot Disables Hot Module Replacement
-d, --devtool string Controls if and how source maps are generated.
--no-devtool Negates devtool
--prefetch string Prefetch this request
-j, --json string, boolean Prints result as JSON or store it in a file
--mode string Defines the mode to pass to webpack
Expand Down

0 comments on commit 057fccf

Please sign in to comment.