Skip to content

Commit

Permalink
Merge branch 'master' into fix-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 15, 2021
2 parents 0a3fd49 + 384c4f5 commit 0c211bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 37 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,
},
});
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"find-cache-dir": "^3.3.1",
"graceful-fs": "^4.2.6",
"html-entities": "^2.3.2",
"http-proxy-middleware": "^1.1.1",
"http-proxy-middleware": "^1.1.2",
"internal-ip": "^6.2.0",
"ipaddr.js": "^2.0.0",
"is-absolute-url": "^3.0.3",
Expand Down
25 changes: 0 additions & 25 deletions test/fixtures/schema/webpack.config.no-dev-stats.js

This file was deleted.

0 comments on commit 0c211bc

Please sign in to comment.