From 7a5cdf83f426576643a01c20a612edfed51ab482 Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Fri, 30 Jan 2026 10:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20`code-inspector-plugin`=20?= =?UTF-8?q?=E5=92=8C=20`decimal.js`=20=E4=BE=9D=E8=B5=96=E5=8F=8A=E5=85=B6?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- vite.config.ts | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 8e47c5c..28011f6 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "@dnd-kit/utilities": "^3.2.2", "@iconify/react": "^6.0.2", "axios": "^1.13.2", - "code-inspector-plugin": "^1.3.6", - "decimal.js": "^10.6.0", + "axios": "^1.13.2", "echarts": "^6.0.0", "echarts-for-react": "^3.0.5", "framer-motion": "^12.29.0", diff --git a/vite.config.ts b/vite.config.ts index 1b99a13..383875b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,12 +1,7 @@ import { defineConfig } from 'vitest/config'; import react from '@vitejs/plugin-react'; -import { codeInspectorPlugin } from 'code-inspector-plugin'; -// https://vite.dev/config/ export default defineConfig({ plugins: [ - codeInspectorPlugin({ - bundler: 'vite', - }), react() ], test: {