diff --git a/src/drivers/webextension/images/icons/Module Federation.png b/src/drivers/webextension/images/icons/Module Federation.png new file mode 100644 index 000000000..c463e073a Binary files /dev/null and b/src/drivers/webextension/images/icons/Module Federation.png differ diff --git a/src/technologies/g.json b/src/technologies/g.json index 30ec754d9..ccafbb7ea 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -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" } -} \ No newline at end of file +} diff --git a/src/technologies/m.json b/src/technologies/m.json index 4994ec45b..e70d793c1 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -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/" } -} \ No newline at end of file +}