Vincent Biret 415b771e86 upgrading react-skype-status to spfx 1.5 (#547)
* react-skype-status: upgrading to spfx v1.5

* react-skype-status: fixing unexisting referenced module

* react-skype-status: upgrading to office ui fabric react 6.X

* react-skype-status: switching to production infrastructure ids
2018-07-02 10:09:48 +03:00

21 lines
646 B
JSON

{
"$schema": "https://developer.microsoft.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/3.3.1/jquery.min.js"
},
"localizedResources": {
"SkypePresenceReactWebPartStrings": "lib/webparts/skypePresenceReact/loc/{locale}.js"
}
}