Update front

This commit is contained in:
2025-02-03 11:14:50 +07:00
parent 47e5b2f29c
commit 51b48325e8
5 changed files with 35 additions and 11 deletions

View File

@@ -4,11 +4,11 @@ import { defineConfig } from 'vite'
export default defineConfig({
build: {
sourcemap: true,
target: 'es2020',
target: 'es2022',
},
optimizeDeps: {
esbuildOptions: {
target: 'es2020',
target: 'es2022',
},
},
plugins: [react()],