You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
I have a similar problem as #23
As a result of the build, the manifest and the icons are on the same level in the directory:
-- build
---- manifest.json
---- icon.png
In this case, the paths to the icons are absolute:
"src": "build/icon.png"
Although they should be relative:
"src": "icon.png"
As a workaround - I can write a post processor. But it's totally annoying.
The text was updated successfully, but these errors were encountered: