sp-dev-fx-webparts/samples/react-bot-framework/config/config.json

28 lines
923 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"bot-framework-chat-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/botFrameworkChat/BotFrameworkChatWebPart.js",
"manifest": "./src/webparts/botFrameworkChat/BotFrameworkChatWebPart.manifest.json"
}
]
},
"bot-framework-chatv-4-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/botFrameworkChatv4/BotFrameworkChatv4WebPart.js",
"manifest": "./src/webparts/botFrameworkChatv4/BotFrameworkChatv4WebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"BotFrameworkChatWebPartStrings": "lib/webparts/botFrameworkChat/loc/{locale}.js",
"BotFrameworkChatv4WebPartStrings": "lib/webparts/botFrameworkChatv4/loc/{locale}.js"
}
}