diff --git a/.env.development b/.env.development index 1a5fbda3..72b67ece 100644 --- a/.env.development +++ b/.env.development @@ -20,3 +20,5 @@ REACT_APP_DEV_ENABLE_SW= # whether to disable live reload / HMR. Usuaully what you want to do when # debugging Service Workers. REACT_APP_DEV_DISABLE_LIVE_RELOAD= + +FAST_REFRESH=false