Skip to content

Commit 384c4f5

Browse files
authored
docs: fix --client-progress example (#3189)
1 parent fd62512 commit 384c4f5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/cli/progress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CLI: Progress Option
22

33
```shell
4-
npm run webpack-dev-server -- --open
4+
npm run webpack-dev-server -- --open --client-progress
55
```
66

77
## What Should Happen

examples/cli/progress/webpack.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ const { setup } = require('../../util');
77
module.exports = setup({
88
context: __dirname,
99
entry: './app.js',
10-
client: {
11-
progress: true,
12-
},
1310
});

0 commit comments

Comments
 (0)