vite-pwa / docs

Documentation: PWA integrations for Vite and the ecosystem
https://vite-pwa-org.netlify.app/
MIT License
197 stars 44 forks source link

docs: add service worker without PWA capabilities section #36

Closed Dragomir-Ivanov closed 1 year ago

Dragomir-Ivanov commented 1 year ago

Adding a separate Guide for faster reference on Custom Service worker support.

netlify[bot] commented 1 year ago

Deploy Preview for vite-pwa-org ready!

Name Link
Latest commit edac5dd24485be9f60f8177d529c5e49e3e25095
Latest deploy log https://app.netlify.com/sites/vite-pwa-org/deploys/641c4b3e65521000084d0435
Deploy Preview https://deploy-preview-36--vite-pwa-org.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Dragomir-Ivanov commented 1 year ago

@userquin Now should be fine.

It turned, because I have Prettier installed, and this project doesn't have .prettierrc.json file, it fall backs to its defaults, and re-formats the file on save.

pastelmind commented 1 year ago

Just wanted to say thank you for acknowledging this use case and providing a configuration setup that we can quickly copy and paste into our projects.