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

goes in an endless loop after i make any code change #158

Closed mistersingh179 closed 1 year ago

mistersingh179 commented 1 year ago

any webpage i open after i make a code change starts loading /contentScript & /ws/info and then reloads the page. this goes in an endless loop

image

mistersingh179 commented 1 year ago

and then then endless loop only stops when the extension is reloaded.

Xe0n commented 1 year ago

Yes, I have the same problem, were you able to solve it?

mistersingh179 commented 1 year ago

@Xe0n i tried and gave up on this project. switched to vite based project https://github.com/guocaoyi/create-chrome-ext. everything worked there as expected and was a ton faster since it used vite over webpack.