├── .gitignore ├── LICENSE ├── README.md ├── index.js ├── package.json └── renovate.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/package.json -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/external-remotes-plugin/HEAD/renovate.json --------------------------------------------------------------------------------