mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* 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
21 lines
646 B
JSON
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"
|
|
}
|
|
}
|