Browse Source

update Web/package.json.
修复The CJS build of Vite's Node API is deprecated警告

Signed-off-by: npc6 <jjwsoft@qq.com>

npc6 1 year ago
parent
commit
3a15fe57ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Web/package.json

+ 2 - 1
Web/package.json

@@ -1,5 +1,6 @@
 {
 	"name": "admin.net",
+    "type": "module",
 	"version": "2.4.33",
 	"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
 	"author": "zuohuaijun",
@@ -85,7 +86,7 @@
 		"vite": "^5.2.13",
 		"vite-plugin-cdn-import": "^1.0.1",
 		"vite-plugin-compression2": "^1.1.1",
-		"vite-plugin-vue-setup-extend-plus": "^0.1.0",
+		"vite-plugin-vue-setup-extend": "^0.4.0",
 		"vue-eslint-parser": "^9.4.3"
 	},
 	"browserslist": [