gaearon / react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

Home Page:http://gaearon.github.io/react-hot-loader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Hot Reload when .env file changes are occurred?

skirankumar7 opened this issue · comments

How to Reload when .env file changes are occurred?

currently, Need to stop webpack server and need to start again better if we were able to catch .env file changes and hot reload.

Any ideas, suggestions?
Thanks in Advance.

https://youtu.be/J3GqBkw6ebk - advice #6 - use nodemon. This issue is 100% related to webpack, and webpack only.