guocaoyi / create-chrome-ext

🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla
MIT License
1.42k stars 106 forks source link

popup page is flickering constantly #70

Open Krupesh-21 opened 5 months ago

Krupesh-21 commented 5 months ago

i've created a extension with vanilla js, and after installing a npm package and .env file in background/index.js script the popup starts to flickering infinitely, is there any way to fix this issue? should we need to change vite.config.js?

Thanks.

michaelmcshinsky commented 4 months ago

I fixed this by "reloading" the extension in the browser extension page.