fix: improve persistent cache logic

This commit is contained in:
Vben
2021-02-28 12:25:57 +08:00
parent f6cef1088d
commit 15567e478c
14 changed files with 68 additions and 45 deletions

View File

@@ -76,7 +76,7 @@
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.6.0",
@@ -106,7 +106,7 @@
"vite-plugin-pwa": "^0.5.5",
"vite-plugin-style-import": "^0.7.5",
"vite-plugin-theme": "^0.4.8",
"vite-plugin-windicss": "0.6.0",
"vite-plugin-windicss": "0.6.2",
"vue-eslint-parser": "^7.5.0",
"yargs": "^16.2.0"
},