QwikCommunity / pwa

Turn your Qwik Application into an offline compatible PWA
https://pwa-a3b.pages.dev/
90 stars 8 forks source link

fix: remove revision from qwik assets #1

Closed userquin closed 11 months ago

userquin commented 11 months ago

This PR also includes:

Any qwik asset shouldn't have a revision, it is already versioned:

image

We should review the build, there are 3 builds, and the dts files should go to the dist folder:

image

Aslemammad commented 11 months ago

Thank you so much!