From 4610ba150f21e118756b64122f6b66977078df38 Mon Sep 17 00:00:00 2001 From: shichao <17568097882@163.com> Date: Fri, 10 May 2024 09:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 347b08f..61a5558 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,4 @@ import { defineApplicationConfig } from '@vben/vite-config'; -import { mars3dPlugin } from 'vite-plugin-mars3d'; -import path, { resolve } from 'path'; export default defineApplicationConfig({ overrides: { @@ -55,10 +53,9 @@ export default defineApplicationConfig({ preprocessorOptions: { less: { javascriptEnabled: true, - }, }, }, - plugins: [mars3dPlugin()], + plugins: [], }, });