Add Module Federation detection

main
Elbert Alias 3 years ago
parent f79cde16da
commit 380f25c2cd

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

@ -593,7 +593,6 @@
"X-GitHub-Request-Id": ""
},
"icon": "GitHub.svg",
"implies": "Ruby on Rails",
"url": "^https?://[^/]+\\.github\\.io",
"website": "https://pages.github.com/"
},
@ -2008,4 +2007,4 @@
"implies": "Python",
"website": "http://gunicorn.org"
}
}
}

@ -2502,5 +2502,19 @@
"Apache"
],
"website": "https://code.google.com/p/modwsgi"
},
"Module Federation": {
"cats": [
19
],
"description": "Module Federation is a webpack technology for dynamically loading parts of other independently deployed builds.",
"scripts": [
"data-webpack\\;confidence:50",
"Container missing\\;confidence:50",
"Initialization of sharing external failed\\;confidence:50"
],
"implies": [ "webpack" ],
"icon": "Module Federation.png",
"website": "https://webpack.js.org/concepts/module-federation/"
}
}
}