Skip to content

Commit 69c41fa

Browse files
committed
spent all day debugging a hot-refresh bug in react-scripts, this is the workaround. details here facebook/create-react-app#9984
1 parent 9404834 commit 69c41fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ typings/
6969
.yarn-integrity
7070

7171
# dotenv environment variables file
72-
.env
7372
.env.test
7473

7574
# parcel-bundler cache (https://parceljs.org/)

client/.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FAST_REFRESH=false

0 commit comments

Comments
 (0)