Siddharth cff8ac6ca0 Added react-teams-message webpart
Added react-teams-message webpart
2020-05-23 01:10:27 +05:30

19 lines
565 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"my-teams-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/myTeams/MyTeamsWebPart.js",
"manifest": "./src/webparts/myTeams/MyTeamsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"MyTeamsWebPartStrings": "lib/webparts/myTeams/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}