lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.42k stars 1.07k forks source link

How to notHotReload an entire directory #207

Open zdw001 opened 4 months ago

zdw001 commented 4 months ago

For example, if I make an update to /src/pages/Content/modules/print.js, it will hot reload (and cause any tabs running the content script to enter a refresh loop).

Has anyone found a solution to this?

thianphat commented 4 months ago

No idea, frustrating bug for a while now https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/151