Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

icons src output path #173

Open
gormonn opened this issue Nov 1, 2022 · 0 comments
Open

icons src output path #173

gormonn opened this issue Nov 1, 2022 · 0 comments

Comments

@gormonn
Copy link

gormonn commented Nov 1, 2022

"webpack-pwa-manifest": "^4.3.0",

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant