sp-dev-fx-webparts/samples/react-news-banner/config/package-solution.json

14 lines
390 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-banner-client-side-solution",
"id": "e8b4422e-9b4e-431d-81d6-ebe6bae3c8a1",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true
},
"paths": {
"zippedPackage": "solution/react-banner.sppkg"
}
}