vite-plugin-web-extension icon indicating copy to clipboard operation
vite-plugin-web-extension copied to clipboard

Vite plugin for developing Chrome/Web Extensions

Results 19 vite-plugin-web-extension issues
Sort by recently updated
recently updated
newest added

Firstly, thank you for providing such an excellent code repository i have a problem,when i add a router,and i use useeffect in home.js,my console will report an error **Uncaught Error:...

bug
help wanted

### Summary I get a Vue parse error when I build with Vite programmatically and pass the config directly to `build`. ```js import { build } from 'vite' import vue...

bug

### Summary I created a project with the plugin's template. After I added tailwindcss and shadcn/ui, the popup component made not to be rendered. ![image](https://github.com/aklinker1/vite-plugin-web-extension/assets/24491003/734edb6d-4d12-4fda-8b56-dc273d646c16) How can I use both...

pending triage

### Summary > As an alternative, you can try out WXT. It's an opinionated framework for developing web extensions that I've been working on for a while. I have verified...

bug
help wanted

### Summary When running `npm run dev` when chaning some info in the `src/manifest.json` or in the `package.json` (for example: name, version) the `manifest.json` in the `dist` folder does not...

bug
wontfix

### Summary I'm getting a popup from the chrome browser saying the Manifest file is missing or not readable (in german): ![image](https://github.com/aklinker1/vite-plugin-web-extension/assets/1553757/6acc6cf0-c75a-44c7-ba5e-2aa71c9b3716) This happens with a freshly created project using...

bug
help wanted

### Summary CSS files included in `additionalInputs` are converted to empty javascript files when built, in addition to a `style.css` file in the root folder. As an example, if you...

pending triage

### Summary Typing R in the console during dev mode in regular vite projects is a quick way to restart the dev mode experience without stopping the original `pnpm dev`...

pending triage

### Summary HMR doesn't work when saving changes to an HTML file directly, so these types of files should be added to the list of files that automatically trigger a...

enhancement
good first issue

### Summary Some options defined in `scriptViteConfig` and `htmlViteConfig`, specifically `build.rollupOptions`, get overwritten by `vite-plugin-web-extension`'s own options. Additionally, changing filename patterns can make the build fail. This makes setting custom...

bug