mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* adding react-skype-status sample to demonstrate the usage of UCWA SDK * react-skype-status adding missing tracking information * react-skype-status : updating readme to match standard
21 lines
637 B
JSON
21 lines
637 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"skype-presence-react-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/skypePresenceReact/SkypePresenceReactWebPart.js",
|
|
"manifest": "./src/webparts/skypePresenceReact/SkypePresenceReactWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {
|
|
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"
|
|
},
|
|
"localizedResources": {
|
|
"SkypePresenceReactWebPartStrings": "lib/webparts/skypePresenceReact/loc/{locale}.js"
|
|
}
|
|
}
|