{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "chat-gpt-web-part": { "components": [ { "entrypoint": "./lib/webparts/chatGpt/ChatGptWebPart.js", "manifest": "./src/webparts/chatGpt/ChatGptWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "ChatGptWebPartStrings": "lib/webparts/chatGpt/loc/{locale}.js" } }