From 0089eadcbdc20d450d00ac275d8a588ecaa2e000 Mon Sep 17 00:00:00 2001 From: "mula.liu" Date: Wed, 21 Jan 2026 18:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 76bab7e..26b56c2 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -1,5 +1,6 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import legacy from '@vitejs/plugin-legacy' import path from 'path' // https://vitejs.dev/config/