{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "chatgpt-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" } }