{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "git-hub-badge-web-part": { "components": [ { "entrypoint": "./lib/webparts/gitHubBadge/GitHubBadgeWebPart.js", "manifest": "./src/webparts/gitHubBadge/GitHubBadgeWebPart.manifest.json" } ] }, "git-hub-badge-v-2-web-part": { "components": [ { "entrypoint": "./lib/webparts/gitHubBadgeV2/GitHubBadgeV2WebPart.js", "manifest": "./src/webparts/gitHubBadgeV2/GitHubBadgeV2WebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "GitHubBadgeWebPartStrings": "lib/webparts/gitHubBadge/loc/{locale}.js", "GitHubBadgeV2WebPartStrings": "lib/webparts/gitHubBadgeV2/loc/{locale}.js", "ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js" } }