2023-02-04 20:56:02 +01:00

19 lines
482 B
JSON

{
"$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"
}
}