* fix "dev:build" watch mode

* remove cross-env
* append build hash to service worker cache names for easy purge
This commit is contained in:
m5r
2022-06-11 15:13:28 +02:00
parent 836b1d8d1b
commit 1e9b7a8aa2
12 changed files with 137 additions and 76 deletions

View File

@ -53,7 +53,6 @@ export default function ServiceWorkerUpdateNotifier() {
aria-label="An updated version of the app is available. Reload to get the latest version."
/>
</button>
;
</div>
);
}