Commit 63e99d8
committed
minor #11398 [Frontend] Add doc Watch Options configuration (Kocal)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes #11398).
Discussion
----------
[Frontend] Add doc Watch Options configuration
Hi,
This PR add a new page that shows how to easily configure watching options with Encore:
```js
Encore.configureWatchOptions(watchOptions => {
watchOptions.poll = 250;
});
```
I've also reworked the Advanced Config page to remove the old way to configure watch options.
Thanks!
Commits
-------
da27286 [Frontend] Add doc Watch Options configurationFile tree
3 files changed
+19
-12
lines changed- frontend/encore
3 files changed
+19
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 21 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
212 | 205 | | |
213 | 206 | | |
214 | 207 | | |
215 | | - | |
216 | 208 | | |
217 | 209 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments