Commit 35a9e30
committed
fix: Avoid auto-reload for recently created source directory
Watchpack has a bug that caused it to dispatch change events for files
that were created recently (up to 2 seconds before now). This can
trigger an unwanted auto-reload, e.g. in the scenario of an extension
developer building an extension and using `web-ext run` to immediately
launch that built package.1 parent e582e8f commit 35a9e30
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments