{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "graph-latest-client-web-part": { "components": [ { "entrypoint": "./lib/webparts/graphLatestClient/GraphLatestClientWebPart.js", "manifest": "./src/webparts/graphLatestClient/GraphLatestClientWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "GraphLatestClientWebPartStrings": "lib/webparts/graphLatestClient/loc/{locale}.js" } }