solid-chrome-extension-template icon indicating copy to clipboard operation
solid-chrome-extension-template copied to clipboard

Chrome Extension Boilerplate with SolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod

Results 9 solid-chrome-extension-template issues
Sort by recently updated
recently updated
newest added

**What is the problem** Hot Reload not working either on popup, tabs or panel. No changes are displayed until reloaded manually. **Expected** It should load page changes via Hot Reload...

docs: [chrome - use typescript](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#types) or update @types/chrome to the latest version [difference between @types/chrome & chrome-types](https://github.com/GoogleChrome/chrome-types/issues/47#issuecomment-1580321622)

Saved me a bunch of time and was genuinely surprised with how well this works, especially the HMR. Can I buy you a coffee or something? e.g. https://www.buymeacoffee.com / other...

When checking out your project I first tried yarn: ```zsh ❯ yarn yarn install v1.22.19 info No lockfile found. [1/4] 🔍 Resolving packages... warning @crxjs/vite-plugin > magic-string > [email protected]: Please...

`npm run dev` hangs ``` npm run dev > [email protected] dev > vite build -w vite v4.0.3 building for production... watching for file changes... build started... ✓ 2 modules transformed....

some files have executable bit ``` README.md package.json src/manifest-type.ts src/manifest.ts ``` fix ``` find . -type f | xargs chmod -x ```

## What is the problem Failed to load resource: the server responded with a status of 404 (Not Found) logo.15c0ac83.js:1 Failed to load resource: the server responded with a status...

https://github.com/thearturca/solid-chrome-extension-template All dependencies in my fork is updated to latest version. Also Jest replaced with Vitest.