mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
0ba18f9f50
Create two Webparts
15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "hellohooks-client-side-solution",
|
|
"id": "a31d666e-5429-4d34-8abe-2000c5627939",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"isDomainIsolated": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/hellohooks.sppkg"
|
|
}
|
|
}
|