-
Notifications
You must be signed in to change notification settings - Fork 93
Use webpack output path for icons src #23
Comments
I'm sorry, but I didn't quite understand your problem. |
By default manifest is watching to public path, which is |
+1
But should be:
So, here is how manifest looks like in dev tools (empty icons, cause invalid path in I think the problem with conditional & substring at this line (tested it, confirmed):webpack-pwa-manifest/src/URI.js Line 3 in b874f6b
|
@arthurbergmz, yeah, @kenrick95 noticed that, so I will push new commit to PR. |
I was going to open an issue about this very same problem but I realized some people are getting the same problem too.
Please note that in our case, the publicPath we are using does NOT really exist in the filesystem. Please let us know when this issue is fixed so that we can update our project. |
Please, update to v.3.3.2, it should be fixed now. |
Since no one else is talking about this issue after the update, I'm assuming that it's fixed. |
I got a trouble using manifest, because output manifest contains absoulute path, not relative to my output path.
manifest.json:
The text was updated successfully, but these errors were encountered: