Skip to content

Commit 3e19eba

Browse files
EugeneHlushkomontogeek
authored andcommitted
docs(api) Fix cli table (#2640)
Fix broken table Before: <img width="774" alt="screen shot 2018-11-13 at 12 28 44 pm" src="https://user-images.githubusercontent.com/10549495/48407609-e6723380-e73f-11e8-847c-dbdc91d4fb5f.png"> After: <img width="758" alt="screen shot 2018-11-13 at 12 30 43 pm" src="https://user-images.githubusercontent.com/10549495/48407634-f722a980-e73f-11e8-9588-6770e84328e2.png">
1 parent cdc42e4 commit 3e19eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Parameter | Explanation | Input
153153
`--config` | Path to the config file | string | webpack.config.js or webpackfile.js
154154
`--config-register, -r` | Preload one or more modules before loading the webpack configuration | array |
155155
`--config-name` | Name of the config to use | string |
156-
`--env` | Environment passed to the config, when it is a function |
157-
`--mode` | Mode to use, either "development" or "production" | string |
156+
`--env` | Environment passed to the config, when it is a function | |
157+
`--mode` | Mode to use, either "development" or "production" | string |
158158

159159
### Output Options
160160

0 commit comments

Comments
 (0)