Luis Manez 1258e21ca0 Group members with presence information (#1091)
* sample v0.1 added

* Readme file content and demo image

* Adding view tracking image to readme

Co-authored-by: Vesa Juvonen <VesaJuvonen@users.noreply.github.com>
2019-12-30 15:59:33 +02:00

19 lines
561 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"people-with-presence-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/peopleWithPresence/PeopleWithPresenceWebPart.js",
"manifest": "./src/webparts/peopleWithPresence/PeopleWithPresenceWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"PeopleWithPresenceWebPartStrings": "lib/webparts/peopleWithPresence/loc/{locale}.js"
}
}