vite-plugin-pwa
vite-plugin-pwa copied to clipboard
feat: add VitePress integration
I need to change the docs
closes #355
Deploy Preview for vite-plugin-pwa ready!
| Name | Link |
|---|---|
| Latest commit | fa2f1567cfc25eb8636c8dab55ae4c5dd52279a1 |
| Latest deploy log | https://app.netlify.com/sites/vite-plugin-pwa/deploys/630686cd12a5520008b1f4dc |
| Deploy Preview | https://deploy-preview-356--vite-plugin-pwa.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Can't we await Vite 3.1 for the object hook? I am still not a fan of having integration-specific logic built in.
Can't we await Vite 3.1 for the object hook? I am still not a fan of having integration-specific logic built in.
We need to do this way for SvelteKit and VitePress, both repos reject the integration.
For VitePress there is no race condition we only need to use the build end hook
For SvelteKit we need both, the integration and the sequential hook.
An alternative can be split the repo similar to UnoCSS with separate integrations.
included in the integration repo