mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* first commit * Implemented GetChanges API, Readme updated, New property "socket server url" * added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
21 lines
598 B
JSON
21 lines
598 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"real-time-list-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/realTimeList/RealTimeListWebPart.js",
|
|
"manifest": "./src/webparts/realTimeList/RealTimeListWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {
|
|
"sp-pnp-js": "https://cdnjs.cloudflare.com/ajax/libs/sp-pnp-js/3.0.1/pnp.min.js"
|
|
},
|
|
"localizedResources": {
|
|
"RealTimeListWebPartStrings": "lib/webparts/realTimeList/loc/{locale}.js"
|
|
}
|
|
}
|