sp-dev-fx-webparts/samples/react-members-with-presence/config/config.json

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"
}
}