-
Hi there, I would like to use vite-pwa for a very simply vite based JS project using openlayers, hosted on github pages.
It seems like vite-pwa traverses from the current dir all way back to the drive letter the project resides on. Furthermore the name of the project directory is cut off (should be -client). My config is actually very basic:
Any ideas would be really helpful, I am quite stuck now :/ ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By accident I found the cause: I was running yarn build from a git bash, the different path handling seems to have confused workbox. |
Beta Was this translation helpful? Give feedback.
By accident I found the cause: I was running yarn build from a git bash, the different path handling seems to have confused workbox.