dependencies update & cleanup

This commit is contained in:
Henry Jameson 2026-09-02 21:01:59 +03:00
commit 377b72111a
8 changed files with 1576 additions and 2268 deletions

View file

@ -2,6 +2,7 @@ import { dirname, resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import vue from '@vitejs/plugin-vue'
import vueJsx from '@vitejs/plugin-vue-jsx'
import vueDevTools from 'vite-plugin-vue-devtools'
import { playwright } from '@vitest/browser-playwright'
import { defineConfig } from 'vite'
import eslint from 'vite-plugin-eslint2'
@ -142,6 +143,7 @@ export default defineConfig(async ({ mode, command }) => {
},
},
}),
vueDevTools(),
vueJsx(),
buildSwPlugin({ swSrc, swDest }),
swMessagesPlugin(),