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
Vite
I can still reproduce this in latest @crxjs/vite-plugin version: 2.0.0-beta.12
packages/extension/dist
No response
System: OS: macOS 13.2.1 CPU: (8) x64 Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz Memory: 142.24 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.14.1 - ~/Library/Caches/fnm_multishells/36587_1676917501753/bin/node npm: 9.5.0 - ~/Library/Caches/fnm_multishells/36587_1676917501753/bin/npm Browsers: Chrome: 110.0.5481.100 Chrome Canary: 112.0.5607.0 Firefox: 109.0.1 Firefox Developer Edition: 111.0 Safari: 16.3 npmPackages: vite: ^4.1.1 => 4.1.1 @crxjs/vite-plugin: ^1.0.14
annoyance
The text was updated successfully, but these errors were encountered:
Specify a port number can resolve this:
// vite.config.ts { server: { port: 3000, hmr: { port: 3000 } } }
Sorry, something went wrong.
Fix hmr websocket invalid port
a08bfae
crxjs/chrome-extension-tools#648
jacksteamdev
No branches or pull requests
Build tool
Vite
Where do you see the problem?
Describe the bug
I can still reproduce this in latest @crxjs/vite-plugin version: 2.0.0-beta.12
Reproduction
packages/extension/dist
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: