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

14 lines
386 B
JSON

{
"entries": [
{
"entry": "./lib/webparts/botFrameworkChat/BotFrameworkChatWebPart.js",
"manifest": "./src/webparts/botFrameworkChat/BotFrameworkChatWebPart.manifest.json",
"outputPath": "./dist/bot-framework-chat.bundle.js"
}
],
"externals": {},
"localizedResources": {
"botFrameworkChatStrings": "webparts/botFrameworkChat/loc/{locale}.js"
}
}