chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
build: {
|
||||
sourcemap: false,
|
||||
target: 'es2023',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user