Merge pull request #35 from themesberg/chank1e/develop

try to find out hydration error on production
This commit is contained in:
Alexandr P
2022-07-23 18:09:20 +03:00
committed by GitHub

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