mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: disable FAST_REFRESH to fix live reload (#5852)
This commit is contained in:
parent
a0ecfed4cd
commit
dc97dc30bf
1 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,5 @@ REACT_APP_DEV_ENABLE_SW=
|
||||||
# whether to disable live reload / HMR. Usuaully what you want to do when
|
# whether to disable live reload / HMR. Usuaully what you want to do when
|
||||||
# debugging Service Workers.
|
# debugging Service Workers.
|
||||||
REACT_APP_DEV_DISABLE_LIVE_RELOAD=
|
REACT_APP_DEV_DISABLE_LIVE_RELOAD=
|
||||||
|
|
||||||
|
FAST_REFRESH=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue