File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/watch-content-base Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
## Watching a single directory
4
4
5
5
``` shell
6
- node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base
6
+ node ../../bin/webpack-dev-server.js --content-base assets --watch-content-base --open
7
7
```
8
8
9
9
### What should happen
@@ -29,7 +29,7 @@ module.exports = {
29
29
```
30
30
31
31
``` shell
32
- node ../../bin/webpack-dev-server.js --watch-content-base
32
+ node ../../bin/webpack-dev-server.js --watch-content-base --open
33
33
```
34
34
35
35
### What should happen
@@ -38,4 +38,4 @@ The script should open `http://localhost:8080/`. In the app you should see "Does
38
38
39
39
In your editor, edit ` assets/index.html ` , and save your changes. The app should reload.
40
40
41
- In your editor, edit ` css/styles.csss ` , and save your changes. The app should reload.
41
+ In your editor, edit ` css/styles.css ` , and save your changes. The app should reload.
You can’t perform that action at this time.
0 commit comments