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