From c317bcee9b4d24173626ccb3a003e17b93911495 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sat, 23 Jul 2022 18:09:02 +0300 Subject: [PATCH] try to find out hydration error on production --- vite.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 36334c4..a5fd833 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,7 +4,9 @@ import { resolve } from 'path' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue()], + plugins: [vue({ + isProduction: false, + })], resolve: { alias: { '@': resolve(__dirname, './src'),