-
So I'm getting the error below during the build of the project, the path is duplicated.
In my project using a root and outDir, custom.
```
const root = resolve(__dirname, 'src');
const outDir …
-
I need to specify styles in SCSS like so:
```ts
import { defineManifest } from "@crxjs/vite-plugin";
export default defineManifest({
content_scripts: [
{
matches: ["domain"],
…
avi12 updated
2 years ago
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
it's amazing, I didn't find this line in the source code, but …
-
Usually in vanilla js I use `content_script.js` that will inject `script.js` to the page but I can't find any example related to that?
```js
const container = document.head || document.documentEleme…
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
When I try to build my extension I get an error. I've tried removing several …
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
When specifying `resources` in `web_accessible_resources` by full path, `vite…
-
### Build tool
Vite
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
Using Vite's [`define`](https://vitejs.dev/config/#define) config to replace …
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
I wanted to move my project from rollup to Vite and initiating a new project …
-
### Build tool
Vite
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
Related to #274 , but I'm not sure it's the same issue. I'll spend more time …
riywo updated
2 years ago
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
Plugin cannot find the icons file path when executing `vite build`, but the f…