sp-dev-fx-webparts/samples/react-graph-auto-batching/config/package-solution.json

22 lines
584 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-graph-auto-batching-client-side-solution",
"id": "03631505-3899-4de0-bebe-f59283d991ba",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/react-graph-auto-batching.sppkg"
}
}