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

28 lines
923 B
JSON
Raw Normal View History

{
"$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"
}
]
2019-09-04 03:31:28 -04:00
},
"bot-framework-chatv-4-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/botFrameworkChatv4/BotFrameworkChatv4WebPart.js",
"manifest": "./src/webparts/botFrameworkChatv4/BotFrameworkChatv4WebPart.manifest.json"
}
]
}
},
2017-02-03 10:57:23 -05:00
"externals": {},
"localizedResources": {
2019-09-04 03:31:28 -04:00
"BotFrameworkChatWebPartStrings": "lib/webparts/botFrameworkChat/loc/{locale}.js",
"BotFrameworkChatv4WebPartStrings": "lib/webparts/botFrameworkChatv4/loc/{locale}.js"
}
}