lxieyang / chrome-extension-boilerplate-react

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

Content script causing infinite reloading of the page #212

Open suthanbala opened 2 months ago

suthanbala commented 2 months ago

When I access the newtab.html using the dev server, the page runs into an infinite reload due to content script. The following is the output on console:

Content script works!
contentScript.bundle.js:6795 Must reload extension for modifications to take effect.
contentScript.bundle.js:6847 ===> FROM THE PRINT MODULE: Using the 'printLine' function from the Print Module
contentScript.bundle.js:8080 [webpack-dev-server] App hot update...
contentScript.bundle.js:15006 [HMR] Checking for updates on the server...