Merge pull request #4644 from developit/patch-1

Implement actual Preact detection
main
Elbert Alias 3 years ago committed by GitHub
commit 67a3f063df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1263,7 +1263,13 @@
59
],
"description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.",
"dom": "meta[data-preact-helmet='true']",
"dom": {
"#app, .app, #root, .root, body, body > *, body > * > *, body > * > * > *": {
"properties": {
"__k": ""
},
}
},
"icon": "Preact.svg",
"oss": true,
"website": "https://preactjs.com"
@ -1909,4 +1915,4 @@
},
"website": "http://punbb.informer.com"
}
}
}

Loading…
Cancel
Save