File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export default process => {
42
42
` ${ y ( '--watch' ) } Runs in watch mode` ,
43
43
` ${ y ( '--silent' ) } Show only failed limits` ,
44
44
` ${ y ( '--debug' ) } Show internal configs for issue report` ,
45
+ ` ${ y ( '--save-bundle DIR' ) } Write output bundle to disk for manual review` ,
45
46
` ${ y ( '--version' ) } Display version`
46
47
)
47
48
if ( plugins . has ( 'webpack' ) ) {
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ Check the real performance cost of your front-end project to users
223
223
[33m--watch[39m Runs in watch mode
224
224
[33m--silent[39m Show only failed limits
225
225
[33m--debug[39m Show internal configs for issue report
226
+ [33m--save-bundle DIR[39m Write output bundle to disk for manual review
226
227
[33m--version[39m Display version
227
228
228
229
[1mExamples:[22m
@@ -323,6 +324,7 @@ Check the real performance cost of your front-end project to users
323
324
[33m--watch[39m Runs in watch mode
324
325
[33m--silent[39m Show only failed limits
325
326
[33m--debug[39m Show internal configs for issue report
327
+ [33m--save-bundle DIR[39m Write output bundle to disk for manual review
326
328
[33m--version[39m Display version
327
329
328
330
[1mWebpack options:[22m
@@ -554,6 +556,7 @@ Check the real performance cost of your front-end project to users
554
556
[33m--watch[39m Runs in watch mode
555
557
[33m--silent[39m Show only failed limits
556
558
[33m--debug[39m Show internal configs for issue report
559
+ [33m--save-bundle DIR[39m Write output bundle to disk for manual review
557
560
[33m--version[39m Display version
558
561
559
562
[1mWebpack options:[22m
You can’t perform that action at this time.
0 commit comments