precaching static files with workbox-webpack-plugin
the main reason was to get rid of chunk load error, which happend during release with active browser tab, at the same time overall loading time has decreased.
precache works on the background and updates on every service worker registration, so to get new version you just need to refresh the page.
added page reload notification when new version is available
precaching static files with workbox-webpack-plugin the main reason was to get rid of chunk load error, which happend during release with active browser tab, at the same time overall loading time has decreased. precache works on the background and updates on every service worker registration, so to get new version you just need to refresh the page. added page reload notification when new version is available