(pwa) add vite-pwa plugin

This commit is contained in:
Julien Calixte
2023-05-08 23:00:54 +02:00
parent 2c49f5abf8
commit d058864043
2 changed files with 2975 additions and 3006 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "loopycode",
"version": "0.0.0",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
@@ -46,6 +45,7 @@
"sass": "^1.62.1",
"typescript": "~4.8.4",
"vite": "^4.3.1",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^0.30.1",
"vue-tsc": "^1.4.4",
"webdriverio": "^8.8.8"