We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--client-progress
1 parent fd62512 commit 384c4f5Copy full SHA for 384c4f5
examples/cli/progress/README.md
@@ -1,7 +1,7 @@
1
# CLI: Progress Option
2
3
```shell
4
-npm run webpack-dev-server -- --open
+npm run webpack-dev-server -- --open --client-progress
5
```
6
7
## What Should Happen
examples/cli/progress/webpack.config.js
@@ -7,7 +7,4 @@ const { setup } = require('../../util');
module.exports = setup({
8
context: __dirname,
9
entry: './app.js',
10
- client: {
11
- progress: true,
12
- },
13
});
0 commit comments