Replies: 1 comment
-
No, you'll need to write the paths as their final paths in the output directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few places in my extension with a reference to another file (script, image).
Examples:
Creating a notification
Injecting content script in background.js
Adding web_accessible_resources in manifest.json
So, paths are just strings. Is there a solution that bundler would recognize path, include file in the build and change path respectively after build?
Beta Was this translation helpful? Give feedback.
All reactions