Skip to content

Commit 9a02df2

Browse files
authored
fixup!
1 parent 713250c commit 9a02df2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Options:
9999
-o, --output-path <value> The output directory as **absolute path** (required).
100100
--stats [value] Stats options object or preset name.
101101
--no-stats Negative 'stats' option.
102-
-t, --target <value...> Environment to build for. Environment to build for. An array of environments to build for all of them when possible.
102+
-t, --target <value...> Specific environment, runtime, or syntax. Environment to build for. An array of environments to build for all of them when possible.
103103
--no-target Negative 'target' option.
104104
--watch-options-stdin Stop watching when stdin stream has ended.
105105
--no-watch-options-stdin Negative 'watch-options-stdin' option.

test/cli/__snapshots__/basic.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Options:
5656
-o, --output-path <value> The output directory as **absolute path** (required).
5757
--stats [value] Stats options object or preset name.
5858
--no-stats Negative 'stats' option.
59-
-t, --target <value...> Environment to build for. Environment to build for. An array of environments to build for all of them when possible.
59+
-t, --target <value...> Specific environment, runtime, or syntax. Environment to build for. An array of environments to build for all of them when possible.
6060
--no-target Negative 'target' option.
6161
-w, --watch Enter watch mode, which rebuilds on file change.
6262
--no-watch Negative 'watch' option.

0 commit comments

Comments
 (0)