Merge pull request #7332 from ysm-dev/vite-dom-js

Add vite dom,js detection
main
Elbert Alias 2 years ago committed by GitHub
commit 8a39b7985b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,6 @@
"payg" "payg"
], ],
"saas": true, "saas": true,
"scriptSrc": "io\\.vtex\\.com\\.br",
"website": "https://vtex.com/" "website": "https://vtex.com/"
}, },
"VWO": { "VWO": {
@ -853,6 +852,10 @@
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"