{"id":29240045,"url":"https://github.com/single-spa/import-map-externals-webpack-plugin","last_synced_at":"2025-08-01T08:09:33.462Z","repository":{"id":263515879,"uuid":"865124522","full_name":"single-spa/import-map-externals-webpack-plugin","owner":"single-spa","description":"A plugin that auto-externalizes dependencies that are available in an import map","archived":false,"fork":false,"pushed_at":"2025-06-19T20:26:01.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T21:28:39.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/single-spa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["jolyndenning"],"patreon":"singlespa","open_collective":"single-spa","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-09-30T02:41:01.000Z","updated_at":"2025-06-19T20:26:05.000Z","dependencies_parsed_at":"2024-11-19T01:21:13.351Z","dependency_job_id":"0465a434-92c4-4a21-94b8-2d9b5007db33","html_url":"https://github.com/single-spa/import-map-externals-webpack-plugin","commit_stats":null,"previous_names":["single-spa/import-map-externals-webpack-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/single-spa/import-map-externals-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Fimport-map-externals-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Fimport-map-externals-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Fimport-map-externals-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Fimport-map-externals-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/single-spa","download_url":"https://codeload.github.com/single-spa/import-map-externals-webpack-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Fimport-map-externals-webpack-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263385760,"owners_count":23458745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T19:08:38.181Z","updated_at":"2025-07-03T19:08:40.411Z","avatar_url":"https://github.com/single-spa.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jolyndenning","https://patreon.com/singlespa","https://opencollective.com/single-spa"],"categories":[],"sub_categories":[],"readme":"# import-map-externals-webpack-plugin\n\nA plugin that auto-externalizes dependencies that are available in an import map.\n\n## Installation\n\n```sh\nnpm i -D import-map-externals-webpack-plugin\n\n# or\npnpm i -D import-map-externals-webpack-plugin\n\n# or\nyarn add --dev import-map-externals-webpack-plugin\n```\n\n## Usage\n\n```js\n// webpack.config.js\nconst { ImportMapExternalsPlugin } = require('import-map-externals-webpack-plugin');\n\nmodule.exports = {\n  plugins: [\n    new ImportMapExternalsPlugin({\n      importMapUrl: \"https://react.microfrontends.app/importmap.json\"\n    });\n  ]\n}\n```\n\n### Options\n\nThe following options can be passed to the ImportMapExternalsPlugin constructor:\n\n- `importMapUrl`: a fully qualified, fetchable URL that contains valid import map json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle-spa%2Fimport-map-externals-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingle-spa%2Fimport-map-externals-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle-spa%2Fimport-map-externals-webpack-plugin/lists"}