v2.1.0
Featured Change: Hot Reloading on Client Side 🔥
See your changes as soon as you make them! Hot reloading now works on the client side as well as the server side, thanks to hot module replacement.
A page reload is still required when:
- Adding syntactically invalid changes.
- Adding a new
loadablepage. - Updating a
getPropsfunction.
Changes
Full changelog: v2.0.0...v2.1.0
pwa-kit-dev
- Replace
Mobifyreferences/links with proper PWA Kit values. #619 - Add support for a custom build directory to
pwa-kit-dev build. #628 - Introduce client-side hot module replacement. #630
pwa-kit-react-sdk
- Remove console logs from route component. #651