Browse Source

fix: disable FAST_REFRESH to fix live reload (#5852)

pull/5853/head
Aakansha Doshi 3 years ago committed by GitHub
parent
commit
dc97dc30bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .env.development

2
.env.development

@ -20,3 +20,5 @@ REACT_APP_DEV_ENABLE_SW= @@ -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

Loading…
Cancel
Save