mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
9f8b201a17
* js-skype-status: upgraded to spfx 1.5.0 * js-skype-status: upagraded jquery to latest * js-skype-status: updating missed schema definition for 1.5 upgrade
21 lines
610 B
JSON
21 lines
610 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"skype-presence-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/skypePresence/SkypePresenceWebPart.js",
|
|
"manifest": "./src/webparts/skypePresence/SkypePresenceWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {
|
|
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"
|
|
},
|
|
"localizedResources": {
|
|
"SkypePresenceWebPartStrings": "lib/webparts/skypePresence/loc/{locale}.js"
|
|
}
|
|
}
|