⬆️ update deps
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"localforage": "^1.10.0",
|
"localforage": "^1.10.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"nsfwjs": "^4.2.1",
|
"nsfwjs": "^4.2.1",
|
||||||
"pinia": "^2.2.7",
|
"pinia": "^2.2.8",
|
||||||
"pinia-plugin-persistedstate": "^4.1.3",
|
"pinia-plugin-persistedstate": "^4.1.3",
|
||||||
"qrcode": "^1",
|
"qrcode": "^1",
|
||||||
"seedrandom": "^3.0.5",
|
"seedrandom": "^3.0.5",
|
||||||
|
@@ -61,8 +61,9 @@ export default defineConfig(({mode}: { mode: string }): object => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: [".vite"],
|
exclude: ['.vite'],
|
||||||
force: true,
|
force: false,
|
||||||
|
needsInterop: [".vite"],
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
|
Reference in New Issue
Block a user