-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Update manifest.ts to support MV2 runtime #1431
base: main
Are you sure you want to change the base?
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/module-solid
@wxt-dev/i18n
@wxt-dev/module-svelte
@wxt-dev/module-react
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
@harmonyharmo We'll need to fix the failing tests, but in the meantime, can you try this out in your project? You can install your PR via: npm i https://pkg.pr.new/wxt@1431 |
5af0fb2
to
397d923
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1431 +/- ##
==========================================
- Coverage 81.34% 81.05% -0.30%
==========================================
Files 128 128
Lines 6284 6276 -8
Branches 1069 1063 -6
==========================================
- Hits 5112 5087 -25
- Misses 1157 1174 +17
Partials 15 15 ☔ View full report in Codecov by Sentry. |
Overview
Allow scripts to not register with manifest.json for MV2
Manual Testing
add scripts to not register with manifest.json for MV2. now it builds successfully.
Related Issue
This PR closes #1428