@@ -69,13 +69,10 @@ Options:
69
69
-c, --config <value...> Provide path to a webpack configuration file e.g. ./webpack.config.js.
70
70
--config-name <value...> Name of the configuration to use.
71
71
-m, --merge Merge two or more configurations using 'webpack-merge'.
72
- --no-merge Negative 'merge' option.
73
72
--env <value...> Environment passed to the configuration when it is a function.
74
73
--node-env <value> Sets process.env.NODE_ENV to the specified value.
75
74
--progress [value] Print compilation progress during build.
76
- --no-progress Negative 'progress' option.
77
75
-j, --json [value] Prints result as JSON or store it in a file.
78
- --no-json Negative 'json' option.
79
76
--entry <value...> The entry point(s) of your application e.g. ./src/main.js.
80
77
-o, --output-path <value> Output location of the file generated by webpack e.g. ./dist/.
81
78
-t, --target <value> Sets the build target e.g. node.
@@ -125,13 +122,10 @@ Options:
125
122
-c, --config <value...> Provide path to a webpack configuration file e.g. ./webpack.config.js.
126
123
--config-name <value...> Name of the configuration to use.
127
124
-m, --merge Merge two or more configurations using 'webpack-merge'.
128
- --no-merge Negative 'merge' option.
129
125
--env <value...> Environment passed to the configuration when it is a function.
130
126
--node-env <value> Sets process.env.NODE_ENV to the specified value.
131
127
--progress [value] Print compilation progress during build.
132
- --no-progress Negative 'progress' option.
133
128
-j, --json [value] Prints result as JSON or store it in a file.
134
- --no-json Negative 'json' option.
135
129
--entry <value...> The entry point(s) of your application e.g. ./src/main.js.
136
130
-o, --output-path <value> Output location of the file generated by webpack e.g. ./dist/.
137
131
-t, --target <value> Sets the build target e.g. node.
@@ -181,13 +175,10 @@ Options:
181
175
-c, --config <value...> Provide path to a webpack configuration file e.g. ./webpack.config.js.
182
176
--config-name <value...> Name of the configuration to use.
183
177
-m, --merge Merge two or more configurations using 'webpack-merge'.
184
- --no-merge Negative 'merge' option.
185
178
--env <value...> Environment passed to the configuration when it is a function.
186
179
--node-env <value> Sets process.env.NODE_ENV to the specified value.
187
180
--progress [value] Print compilation progress during build.
188
- --no-progress Negative 'progress' option.
189
181
-j, --json [value] Prints result as JSON or store it in a file.
190
- --no-json Negative 'json' option.
191
182
--entry <value...> The entry point(s) of your application e.g. ./src/main.js.
192
183
-o, --output-path <value> Output location of the file generated by webpack e.g. ./dist/.
193
184
-t, --target <value> Sets the build target e.g. node.
@@ -238,14 +229,11 @@ Options:
238
229
--config-name <value...> Name of the configuration to use.
239
230
-m, --merge Merge two or more configurations using
240
231
'webpack-merge'.
241
- --no-merge Negative 'merge' option.
242
232
--env <value...> Environment passed to the configuration when it is
243
233
a function.
244
234
--node-env <value> Sets process.env.NODE_ENV to the specified value.
245
235
--progress [value] Print compilation progress during build.
246
- --no-progress Negative 'progress' option.
247
236
-j, --json [value] Prints result as JSON or store it in a file.
248
- --no-json Negative 'json' option.
249
237
--entry <value...> The entry point(s) of your application e.g.
250
238
./src/main.js.
251
239
-o, --output-path <value> Output location of the file generated by webpack
@@ -413,14 +401,11 @@ Options:
413
401
--config-name <value...> Name of the configuration to use.
414
402
-m, --merge Merge two or more configurations using
415
403
'webpack-merge'.
416
- --no-merge Negative 'merge' option.
417
404
--env <value...> Environment passed to the configuration when it
418
405
is a function.
419
406
--node-env <value> Sets process.env.NODE_ENV to the specified value.
420
407
--progress [value] Print compilation progress during build.
421
- --no-progress Negative 'progress' option.
422
408
-j, --json [value] Prints result as JSON or store it in a file.
423
- --no-json Negative 'json' option.
424
409
--entry <value...> The entry point(s) of your application e.g.
425
410
./src/main.js.
426
411
-o, --output-path <value> Output location of the file generated by webpack
@@ -498,14 +483,11 @@ Options:
498
483
--config-name <value...> Name of the configuration to use.
499
484
-m, --merge Merge two or more configurations using
500
485
'webpack-merge'.
501
- --no-merge Negative 'merge' option.
502
486
--env <value...> Environment passed to the configuration when it is
503
487
a function.
504
488
--node-env <value> Sets process.env.NODE_ENV to the specified value.
505
489
--progress [value] Print compilation progress during build.
506
- --no-progress Negative 'progress' option.
507
490
-j, --json [value] Prints result as JSON or store it in a file.
508
- --no-json Negative 'json' option.
509
491
--entry <value...> The entry point(s) of your application e.g.
510
492
./src/main.js.
511
493
-o, --output-path <value> Output location of the file generated by webpack
@@ -546,13 +528,10 @@ Options:
546
528
-c, --config <value...> Provide path to a webpack configuration file e.g. ./webpack.config.js.
547
529
--config-name <value...> Name of the configuration to use.
548
530
-m, --merge Merge two or more configurations using 'webpack-merge'.
549
- --no-merge Negative 'merge' option.
550
531
--env <value...> Environment passed to the configuration when it is a function.
551
532
--node-env <value> Sets process.env.NODE_ENV to the specified value.
552
533
--progress [value] Print compilation progress during build.
553
- --no-progress Negative 'progress' option.
554
534
-j, --json [value] Prints result as JSON or store it in a file.
555
- --no-json Negative 'json' option.
556
535
--entry <value...> The entry point(s) of your application e.g. ./src/main.js.
557
536
-o, --output-path <value> Output location of the file generated by webpack e.g. ./dist/.
558
537
-t, --target <value> Sets the build target e.g. node.
@@ -602,13 +581,10 @@ Options:
602
581
-c, --config <value...> Provide path to a webpack configuration file e.g. ./webpack.config.js.
603
582
--config-name <value...> Name of the configuration to use.
604
583
-m, --merge Merge two or more configurations using 'webpack-merge'.
605
- --no-merge Negative 'merge' option.
606
584
--env <value...> Environment passed to the configuration when it is a function.
607
585
--node-env <value> Sets process.env.NODE_ENV to the specified value.
608
586
--progress [value] Print compilation progress during build.
609
- --no-progress Negative 'progress' option.
610
587
-j, --json [value] Prints result as JSON or store it in a file.
611
- --no-json Negative 'json' option.
612
588
--entry <value...> The entry point(s) of your application e.g. ./src/main.js.
613
589
-o, --output-path <value> Output location of the file generated by webpack e.g. ./dist/.
614
590
-t, --target <value> Sets the build target e.g. node.
0 commit comments