chore: 移除了 babel 编译流程

* 加快调试速度
* 旧版本浏览器本来也没办法支持了...
This commit is contained in:
CrescentLeaf
2025-10-08 02:50:31 +08:00
parent e666dc573a
commit f5f3774daf
2 changed files with 1 additions and 18 deletions

View File

@@ -19,8 +19,6 @@
"@types/react": "npm:@types/react@18.3.1",
"@types/react-dom": "npm:@types/react-dom@18.3.1",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@4.7.0",
"vite-plugin-babel": "npm:vite-plugin-babel@1.3.2",
"@babel/preset-env": "npm:@babel/preset-env@7.28.3",
"react": "npm:react@18.3.1",
"react-dom": "npm:react-dom@18.3.1",
"vite": "npm:vite@7.0.6",