@@ -100,8 +100,10 @@ Options:
100
100
--disable-interpret Disable interpret a config file.
101
101
--env <value...> Environment passed to the configuration when it is a function.
102
102
--node-env <value> Sets process.env.NODE_ENV to the specified value.
103
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
103
104
--progress [value] Print compilation progress during build.
104
105
-j, --json [value] Prints result as JSON or store it in a file.
106
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
105
107
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
106
108
--no-devtool Negative 'devtool' option.
107
109
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -157,8 +159,10 @@ Options:
157
159
--disable-interpret Disable interpret a config file.
158
160
--env <value...> Environment passed to the configuration when it is a function.
159
161
--node-env <value> Sets process.env.NODE_ENV to the specified value.
162
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
160
163
--progress [value] Print compilation progress during build.
161
164
-j, --json [value] Prints result as JSON or store it in a file.
165
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
162
166
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
163
167
--no-devtool Negative 'devtool' option.
164
168
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -214,8 +218,10 @@ Options:
214
218
--disable-interpret Disable interpret a config file.
215
219
--env <value...> Environment passed to the configuration when it is a function.
216
220
--node-env <value> Sets process.env.NODE_ENV to the specified value.
221
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
217
222
--progress [value] Print compilation progress during build.
218
223
-j, --json [value] Prints result as JSON or store it in a file.
224
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
219
225
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
220
226
--no-devtool Negative 'devtool' option.
221
227
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -270,8 +276,10 @@ Options:
270
276
--disable-interpret Disable interpret a config file.
271
277
--env <value...> Environment passed to the configuration when it is a function.
272
278
--node-env <value> Sets process.env.NODE_ENV to the specified value.
279
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
273
280
--progress [value] Print compilation progress during build.
274
281
-j, --json [value] Prints result as JSON or store it in a file.
282
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
275
283
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
276
284
--no-devtool Negative 'devtool' option.
277
285
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -314,8 +322,10 @@ Options:
314
322
--disable-interpret Disable interpret a config file.
315
323
--env <value...> Environment passed to the configuration when it is a function.
316
324
--node-env <value> Sets process.env.NODE_ENV to the specified value.
325
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
317
326
--progress [value] Print compilation progress during build.
318
327
-j, --json [value] Prints result as JSON or store it in a file.
328
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
319
329
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
320
330
--no-devtool Negative 'devtool' option.
321
331
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -361,8 +371,12 @@ Options:
361
371
--env <value...> Environment passed to the configuration when it is
362
372
a function.
363
373
--node-env <value> Sets process.env.NODE_ENV to the specified value.
374
+ --analyze It invokes webpack-bundle-analyzer plugin to get
375
+ bundle information.
364
376
--progress [value] Print compilation progress during build.
365
377
-j, --json [value] Prints result as JSON or store it in a file.
378
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code
379
+ on warnings from webpack
366
380
-d, --devtool <value> A developer tool to enhance debugging (false |
367
381
eval |
368
382
[inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
@@ -418,8 +432,12 @@ Options:
418
432
--env <value...> Environment passed to the configuration when it is
419
433
a function.
420
434
--node-env <value> Sets process.env.NODE_ENV to the specified value.
435
+ --analyze It invokes webpack-bundle-analyzer plugin to get
436
+ bundle information.
421
437
--progress [value] Print compilation progress during build.
422
438
-j, --json [value] Prints result as JSON or store it in a file.
439
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code
440
+ on warnings from webpack
423
441
-d, --devtool <value> A developer tool to enhance debugging (false |
424
442
eval |
425
443
[inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
@@ -472,8 +490,10 @@ Options:
472
490
--disable-interpret Disable interpret a config file.
473
491
--env <value...> Environment passed to the configuration when it is a function.
474
492
--node-env <value> Sets process.env.NODE_ENV to the specified value.
493
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
475
494
--progress [value] Print compilation progress during build.
476
495
-j, --json [value] Prints result as JSON or store it in a file.
496
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
477
497
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
478
498
--no-devtool Negative 'devtool' option.
479
499
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -516,8 +536,10 @@ Options:
516
536
--disable-interpret Disable interpret a config file.
517
537
--env <value...> Environment passed to the configuration when it is a function.
518
538
--node-env <value> Sets process.env.NODE_ENV to the specified value.
539
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
519
540
--progress [value] Print compilation progress during build.
520
541
-j, --json [value] Prints result as JSON or store it in a file.
542
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
521
543
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
522
544
--no-devtool Negative 'devtool' option.
523
545
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1494,8 +1516,10 @@ Options:
1494
1516
--disable-interpret Disable interpret a config file.
1495
1517
--env <value...> Environment passed to the configuration when it is a function.
1496
1518
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1519
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1497
1520
--progress [value] Print compilation progress during build.
1498
1521
-j, --json [value] Prints result as JSON or store it in a file.
1522
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1499
1523
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1500
1524
--no-devtool Negative 'devtool' option.
1501
1525
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1536,8 +1560,10 @@ Options:
1536
1560
--disable-interpret Disable interpret a config file.
1537
1561
--env <value...> Environment passed to the configuration when it is a function.
1538
1562
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1563
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1539
1564
--progress [value] Print compilation progress during build.
1540
1565
-j, --json [value] Prints result as JSON or store it in a file.
1566
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1541
1567
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1542
1568
--no-devtool Negative 'devtool' option.
1543
1569
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1581,8 +1607,12 @@ Options:
1581
1607
--env <value...> Environment passed to the configuration when it is
1582
1608
a function.
1583
1609
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1610
+ --analyze It invokes webpack-bundle-analyzer plugin to get
1611
+ bundle information.
1584
1612
--progress [value] Print compilation progress during build.
1585
1613
-j, --json [value] Prints result as JSON or store it in a file.
1614
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code
1615
+ on warnings from webpack
1586
1616
-d, --devtool <value> A developer tool to enhance debugging (false |
1587
1617
eval |
1588
1618
[inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
@@ -1636,8 +1666,12 @@ Options:
1636
1666
--env <value...> Environment passed to the configuration when it is
1637
1667
a function.
1638
1668
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1669
+ --analyze It invokes webpack-bundle-analyzer plugin to get
1670
+ bundle information.
1639
1671
--progress [value] Print compilation progress during build.
1640
1672
-j, --json [value] Prints result as JSON or store it in a file.
1673
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code
1674
+ on warnings from webpack
1641
1675
-d, --devtool <value> A developer tool to enhance debugging (false |
1642
1676
eval |
1643
1677
[inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
@@ -1688,8 +1722,10 @@ Options:
1688
1722
--disable-interpret Disable interpret a config file.
1689
1723
--env <value...> Environment passed to the configuration when it is a function.
1690
1724
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1725
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1691
1726
--progress [value] Print compilation progress during build.
1692
1727
-j, --json [value] Prints result as JSON or store it in a file.
1728
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1693
1729
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1694
1730
--no-devtool Negative 'devtool' option.
1695
1731
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1730,8 +1766,10 @@ Options:
1730
1766
--disable-interpret Disable interpret a config file.
1731
1767
--env <value...> Environment passed to the configuration when it is a function.
1732
1768
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1769
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1733
1770
--progress [value] Print compilation progress during build.
1734
1771
-j, --json [value] Prints result as JSON or store it in a file.
1772
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1735
1773
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1736
1774
--no-devtool Negative 'devtool' option.
1737
1775
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1773,8 +1811,10 @@ Options:
1773
1811
--disable-interpret Disable interpret a config file.
1774
1812
--env <value...> Environment passed to the configuration when it is a function.
1775
1813
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1814
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1776
1815
--progress [value] Print compilation progress during build.
1777
1816
-j, --json [value] Prints result as JSON or store it in a file.
1817
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1778
1818
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1779
1819
--no-devtool Negative 'devtool' option.
1780
1820
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -1830,8 +1870,10 @@ Options:
1830
1870
--disable-interpret Disable interpret a config file.
1831
1871
--env <value...> Environment passed to the configuration when it is a function.
1832
1872
--node-env <value> Sets process.env.NODE_ENV to the specified value.
1873
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
1833
1874
--progress [value] Print compilation progress during build.
1834
1875
-j, --json [value] Prints result as JSON or store it in a file.
1876
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
1835
1877
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
1836
1878
--no-devtool Negative 'devtool' option.
1837
1879
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -2077,8 +2119,10 @@ Options:
2077
2119
--disable-interpret Disable interpret a config file.
2078
2120
--env <value...> Environment passed to the configuration when it is a function.
2079
2121
--node-env <value> Sets process.env.NODE_ENV to the specified value.
2122
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
2080
2123
--progress [value] Print compilation progress during build.
2081
2124
-j, --json [value] Prints result as JSON or store it in a file.
2125
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
2082
2126
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
2083
2127
--no-devtool Negative 'devtool' option.
2084
2128
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
@@ -2132,8 +2176,10 @@ Options:
2132
2176
--disable-interpret Disable interpret a config file.
2133
2177
--env <value...> Environment passed to the configuration when it is a function.
2134
2178
--node-env <value> Sets process.env.NODE_ENV to the specified value.
2179
+ --analyze It invokes webpack-bundle-analyzer plugin to get bundle information.
2135
2180
--progress [value] Print compilation progress during build.
2136
2181
-j, --json [value] Prints result as JSON or store it in a file.
2182
+ --fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
2137
2183
-d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
2138
2184
--no-devtool Negative 'devtool' option.
2139
2185
--entry <value...> A module that is loaded upon startup. Only the last one is exported.
0 commit comments