-
Notifications
You must be signed in to change notification settings - Fork 188
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
Add /
to PublicPath
and browser.runtime.getURL
#984
Labels
contribution welcome
feature
good first issue
Want to contribute to WXT? This is a good place to start
Milestone
Comments
aaronklinker-st
added
the
pending-triage
Someone (usually a maintainer) needs to look into this to see if it's a bug
label
Sep 16, 2024
aklinker1
added
feature
contribution welcome
good first issue
Want to contribute to WXT? This is a good place to start
and removed
pending-triage
Someone (usually a maintainer) needs to look into this to see if it's a bug
labels
Sep 17, 2024
Good first issue for a contributor. Here's the function that needs updated: wxt/packages/wxt/src/core/utils/building/generate-wxt-dir.ts Lines 75 to 115 in 2824587
|
Is this issue still pending? if yes then assign It to me |
@pritesh7098 yup, it's all yours! Thanks 😀 |
To test your changes, either run tests: cd packages/wxt
pnpm test or prepare the demo extension: cd packages/wxt-demo
pnpm wxt prepare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
contribution welcome
feature
good first issue
Want to contribute to WXT? This is a good place to start
Describe the bug
Trying to call
browser.runtime.getURL("/")
, but am getting a type error.Reproduction
Just add
browser.runtime.getURL("/")
to the vanilla template's background.Steps to reproduce
pnpm tsc --noEmit
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: