add vite detection

main
Chris 2 years ago
parent 9456c161ef
commit 2e674976d1

@ -850,6 +850,13 @@
19 19
], ],
"description": "Vite is a rapid development tool for modern web projects.", "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", "icon": "vite.svg",
"oss": true, "oss": true,
"website": "https://vitejs.dev" "website": "https://vitejs.dev"
@ -1197,4 +1204,4 @@
"requires": "Vue.js", "requires": "Vue.js",
"website": "https://vxetable.cn" "website": "https://vxetable.cn"
} }
} }