We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e8db0 commit f5ea174Copy full SHA for f5ea174
CONTRIBUTING.md
@@ -39,11 +39,16 @@ Pull requests often need some real-world testing.
39
40
1. In your `package.json`, change the line with `webpack-dev-server` to:
41
42
-```json
43
-"webpack-dev-server": "github:webpack/webpack-dev-server#pull/<ID>/head"
44
-```
+ ```json
+ "webpack-dev-server": "<PATH>"
+ ```
45
46
-`<ID>` is the ID of the pull request.
+ `<PATH>`:
47
+
48
+ - `github:webpack/webpack-dev-server#pull/<ID>/head`
49
+ where `<ID>` is the ID of the pull request.
50
51
+ - `file:../path/to/local/webapck-dev-server/fork` is the path to your local repo, just make sure you hit the correct path
52
53
2. Run `npm install`.
54
0 commit comments