try to find out hydration error on production

This commit is contained in:
Alexandr
2022-07-23 18:09:02 +03:00
parent 5e75acda66
commit c317bcee9b

View File

@@ -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'),