2016-10-10 19:52:23 -04:00
|
|
|
{
|
2019-02-09 05:05:04 -05:00
|
|
|
"$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"
|
|
|
|
}
|
|
|
|
]
|
2016-10-10 19:52:23 -04:00
|
|
|
}
|
2019-02-09 05:05:04 -05:00
|
|
|
},
|
2017-02-03 10:57:23 -05:00
|
|
|
"externals": {},
|
2016-10-10 19:52:23 -04:00
|
|
|
"localizedResources": {
|
2019-09-04 03:31:28 -04:00
|
|
|
"BotFrameworkChatWebPartStrings": "lib/webparts/botFrameworkChat/loc/{locale}.js",
|
|
|
|
"BotFrameworkChatv4WebPartStrings": "lib/webparts/botFrameworkChatv4/loc/{locale}.js"
|
2016-10-10 19:52:23 -04:00
|
|
|
}
|
|
|
|
}
|