We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup
When developing for Firefox and Safari I use vite build --watch The initial build works, but once you make a change and save, it breaks in terminal.
vite build --watch
[crx:content-scripts] Plugin error - Unable to get file name for unknown file "CjI6$MfX".
"scripts": { "dev": "vite build --watch", },
import foo from './foo?script'
run once, then edit a file and save.
System: OS: macOS 14.7.4 CPU: (12) arm64 Apple M2 Pro Memory: 178.16 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.20.0 - ~/.nvm/versions/node/v18.20.0/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v18.20.0/bin/yarn npm: 10.9.0 - ~/.nvm/versions/node/v18.20.0/bin/npm pnpm: 10.4.1 - ~/.nvm/versions/node/v18.20.0/bin/pnpm bun: 1.1.21 - /opt/homebrew/bin/bun Browsers: Brave Browser: 133.1.75.181 Chrome: 133.0.6943.142 Chrome Canary: 135.0.7043.0 Edge: 133.0.3065.92 Safari: 18.3 npmPackages: @crxjs/vite-plugin: ^2.0.0-beta.31 => 2.0.0-beta.31 vite: ^6.1.0 => 6.2.0
annoyance
The text was updated successfully, but these errors were encountered:
⚠️ Important Notice: CRXJS is seeking new maintainers.
This is an automated message. Please do not reply to this comment.
Sorry, something went wrong.
No branches or pull requests
Build tool
Rollup
Where do you see the problem?
Describe the bug
When developing for Firefox and Safari I use
vite build --watch
The initial build works, but once you make a change and save, it breaks in terminal.
Reproduction
run once, then edit a file and save.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: