guocaoyi / create-chrome-ext

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

Unable to enable the extension #32

Open sumsalabim opened 1 year ago

sumsalabim commented 1 year ago

Hi, I've done setup step by step, but I'm unable to start up the extension.

After running up npm run dev I'm trying to enable the extension but it's refreshing dozen of times and then returns the: This extension reloaded itself too frequently. error, and in trace I can see:

image

Any idea how I can fix that issue?

afarazit commented 11 months ago

@sumsalabim I suggest you read the generated README.md. Run npm run build which packs the app to your_chrome_ext/build/ and then 'Load unpacked' the build folder into Chrome via chrome://extensions/