Merge pull request #7299 from adamdbradley/partytown-detection

Detect partytown using script tag dom check
main
Elbert Alias 2 years ago committed by GitHub
commit f05d9fda09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -521,8 +521,9 @@
],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"icon": "Partytown.svg",
"dom": "script[type*='text/partytown']"
"js": {
"partytown.lib": ""
"partytown": ""
},
"oss": true,
"website": "https://partytown.builder.io/"