-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
fix: Use HMR API for dev server communication #1361
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-solid
@wxt-dev/module-react
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1361 +/- ##
==========================================
+ Coverage 81.26% 81.77% +0.50%
==========================================
Files 128 127 -1
Lines 6288 6238 -50
Branches 1069 1067 -2
==========================================
- Hits 5110 5101 -9
+ Misses 1163 1123 -40
+ Partials 15 14 -1 ☔ View full report in Codecov by Sentry. |
I could only get this to work with ESM content scripts, not for the default IIFE background scripts. Gonna stick with use the websocket manually. |
This closes #1360