{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "webpart-details-web-part": { "components": [ { "entrypoint": "./lib/webparts/webpartDetails/WebpartDetailsWebPart.js", "manifest": "./src/webparts/webpartDetails/WebpartDetailsWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "WebpartDetailsWebPartStrings": "lib/webparts/webpartDetails/loc/{locale}.js" } }