guocaoyi / create-chrome-ext

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

fix: update crxjs version to resolve CSP Issue #93 #97

Open sakibul-islam opened 4 weeks ago

sakibul-islam commented 4 weeks ago

This CSP issue occurs on the latest Chrome version 130. Updating @crxjs/vite-plugin to version 2.0.0-beta.26 fixes the issue. Additionally, the Vite version has also been updated.

wangliangxin commented 3 weeks ago

I meet the same problem with Chrome browser version 130xxx. this is a useful solution