Skip to content

Commit

Permalink
docs: fix --client-progress example (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 15, 2021
1 parent fd62512 commit 384c4f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cli/progress/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CLI: Progress Option

```shell
npm run webpack-dev-server -- --open
npm run webpack-dev-server -- --open --client-progress
```

## What Should Happen
Expand Down
3 changes: 0 additions & 3 deletions examples/cli/progress/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ const { setup } = require('../../util');
module.exports = setup({
context: __dirname,
entry: './app.js',
client: {
progress: true,
},
});

0 comments on commit 384c4f5

Please sign in to comment.