@@ -36,28 +36,28 @@ yarn add webpack-cli --dev
3636### webpack 4
3737
3838```
39- --entry string[] The entry point(s) of your application.
40- -c, --config string[] Provide path to webpack configuration file(s)
41- --config-name string[] Name of the configuration to use
42- -m, --merge Merge several configurations using webpack-merge
43- --progress Print compilation progress during build
44- --color Enables colors on console
45- --no-color Disable colors on console
46- --env string Environment passed to the configuration when it is a function
47- --name string Name of the configuration. Used when loading multiple configurations
48- --help Outputs list of supported flags
49- -o, --output string Output location of the file generated by webpack
50- -t, --target string Sets the build target
51- -w, --watch Watch for files changes
52- -h, --hot Enables Hot Module Replacement
53- --no-hot Disables Hot Module Replacement
54- -d, --devtool string Controls if and how source maps are generated.
55- --prefetch string Prefetch this request
56- -j, --json Prints result as JSON
57- --mode string Defines the mode to pass to webpack
58- -v, --version Get current version
59- --stats string It instructs webpack on how to treat the stats
60- --no-stats Disables stats output
39+ --entry string[] The entry point(s) of your application.
40+ -c, --config string[] Provide path to webpack configuration file(s)
41+ --config-name string[] Name of the configuration to use
42+ -m, --merge Merge several configurations using webpack-merge
43+ --progress Print compilation progress during build
44+ --color Enables colors on console
45+ --no-color Disable colors on console
46+ --env string Environment passed to the configuration when it is a function
47+ --name string Name of the configuration. Used when loading multiple configurations
48+ --help Outputs list of supported flags
49+ -o, --output string Output location of the file generated by webpack
50+ -t, --target string Sets the build target
51+ -w, --watch Watch for files changes
52+ -h, --hot Enables Hot Module Replacement
53+ --no-hot Disables Hot Module Replacement
54+ -d, --devtool string Controls if and how source maps are generated.
55+ --prefetch string Prefetch this request
56+ -j, --json string, boolean Prints result as JSON or store it in a file
57+ --mode string Defines the mode to pass to webpack
58+ -v, --version Get current version
59+ --stats string, boolean It instructs webpack on how to treat the stats
60+ --no-stats Disables stats output
6161```
6262
6363### webpack 5
0 commit comments