├── .github └── FUNDING.yml ├── .gitignore ├── .releaserc ├── AutomaticVendorFederation.js ├── LICENSE ├── README.md ├── docs └── CHANGELOG.md ├── package.json ├── renovate.json └── yarn.lock /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/.gitignore -------------------------------------------------------------------------------- /.releaserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/.releaserc -------------------------------------------------------------------------------- /AutomaticVendorFederation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/AutomaticVendorFederation.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/README.md -------------------------------------------------------------------------------- /docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/docs/CHANGELOG.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/package.json -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/renovate.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/module-federation/automatic-vendor-federation/HEAD/yarn.lock --------------------------------------------------------------------------------