-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
When instructing CRA apps to use https for dev server hot module reloading stops working.
To reproduce:
- Clone this repo
- Switch to repo folder
- run
yarnin folder to install dependencies - update
./packages/apps/app-multi-comps/package.jsonstart script to"start": "HTTPS=true react-scripts start" - Once app is running in browser, change any file in that app
expected results:
App would update and show changes
actual results:
App does not update until manually refreshed
I also tried
- Adding
HTTPS=truein a .env file - Adding HTTPS=true as an os level environment variable
Metadata
Metadata
Assignees
Labels
No labels