@@ -25,28 +25,29 @@ Available Commands
2525
2626Options
2727
28- --entry string The entry point of your application.
29- -c, --config string Provide path to a webpack configuration file
30- -m, --merge string Merge a configuration file using webpack-merge
31- --progress Print compilation progress during build
32- --silent Disable any output that webpack makes
33- --help Outputs list of supported flags
34- --defaults Allow webpack to set defaults aggresively
35- -o, --output string Output location of the file generated by webpack
36- --plugin string Load a given plugin
37- -g, --global string[] Declares and exposes a global variable
38- -t, --target string Sets the build target
39- -w, --watch Watch for files changes
40- -h, --hot Enables Hot Module Replacement
41- -s, --sourcemap string Determine source maps to use
42- --prefetch string Prefetch this request
43- -j, --json Prints result as JSON
44- --standard Prints standard output
45- -d, --dev Run development build
46- -p, --prod Run production build
47- --mode string Defines the mode to pass to webpack
48- --version Get current version
49- --node-args string[] NodeJS flags
28+ --entry string The entry point of your application.
29+ -c, --config string Provide path to a webpack configuration file
30+ -m, --merge string Merge a configuration file using webpack-merge
31+ --progress Print compilation progress during build
32+ --silent Disable any output that webpack makes
33+ --help Outputs list of supported flags
34+ --defaults Allow webpack to set defaults aggresively
35+ -o, --output string Output location of the file generated by webpack
36+ --plugin string Load a given plugin
37+ -g, --global string[] Declares and exposes a global variable
38+ -t, --target string Sets the build target
39+ -w, --watch Watch for files changes
40+ -h, --hot Enables Hot Module Replacement
41+ -s, --sourcemap string Determine source maps to use
42+ --prefetch string Prefetch this request
43+ -j, --json Prints result as JSON
44+ --standard Prints standard output
45+ -d, --dev Run development build
46+ -p, --prod Run production build
47+ --mode string Defines the mode to pass to webpack
48+ --no-mode Sets mode="none" which disables any default behavior
49+ --version Get current version
50+ --node-args string[] NodeJS flags
5051
5152 Made with ♥️ by the webpack team "
5253`;
0 commit comments