Joel Rodrigues b5331ed08d React my teams (#795)
* Add my teams react web part

* update file extension

* add missing api permissions
2019-03-09 12:39:42 +02:00

19 lines
483 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"
}
}