From 2e674976d190062538621fb49c8b116c88bee31a Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jan 2023 13:14:30 +0900 Subject: [PATCH] add vite detection --- src/technologies/v.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 2c4995dc8..165c5dc8d 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -850,6 +850,13 @@ 19 ], "description": "Vite is a rapid development tool for modern web projects.", + "dom": [ + "script#vite-legacy-polyfill", + "script#vite-legacy-entry" + ], + "js": { + "__vite_is_modern_browser": "" + }, "icon": "vite.svg", "oss": true, "website": "https://vitejs.dev" @@ -1197,4 +1204,4 @@ "requires": "Vue.js", "website": "https://vxetable.cn" } -} \ No newline at end of file +}