-
-
Notifications
You must be signed in to change notification settings - Fork 256
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: Add / to PublicPath and browser.runtime.getURL #1171
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-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/unocss
wxt
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks good. Run tests and update the test snapshots so PR checks pass:
cd packages/wxt
pnpm test
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1171 +/- ##
==========================================
+ Coverage 81.51% 81.95% +0.44%
==========================================
Files 127 127
Lines 6546 6546
Branches 1148 1152 +4
==========================================
+ Hits 5336 5365 +29
+ Misses 1196 1167 -29
Partials 14 14 ☔ View full report in Codecov by Sentry. |
@aklinker1 Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This might not be released for a little while, will go out in the next batch of changes. Until then, you can install it via: #1171 (comment)
@aklinker1
Fixes #984
This seems to be working as you mentioned we need to change
getPathsDeclarationEntry
function only.Do let me know your thoughts.