Skip to content

Commit 9938676

Browse files
committed
Fix lazy mode example
1 parent fc05e52 commit 9938676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modus-lazy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Modus: lazy
22

33
```shell
4-
node ../../bin/webpack-dev-server.js --open --lazy
4+
node ../../bin/webpack-dev-server.js --open --lazy --no-inline
55
```
66

77
With the `lazy` modus, webpack-dev-server does **not** watch the files, automatically recompile them or refresh the browser. Instead, it only compiles after you manually refresh the page.

0 commit comments

Comments
 (0)