Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

5.0.0

Compare
Choose a tag to compare
@johannschopplich johannschopplich released this 16 Aug 14:35
· 39 commits to main since this release

This release mainly drops the service worker. The overall setup stayed similar to the v4 release cycle.

Share Dev App on Local Wi-Fi

This new feature developed by @dennisbaum introduces the possibility to access the dev machine in the same (W)LAN by mobile devices while receiving Vite HMR updates. You can configure it by adapting your local .env file.

⚠️ Breaking Changes

The service worker has been removed completely, as it resulted in a more complicated setup and wasn't actively developed anymore. If you prefer to still use the service worker, you can add it manually again by referring to this commit: 5086bd0.

Contributors