15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "hello-world-client-side-solution",
|
|
"id": "06aabb02-0b8e-434a-9b14-eae5b3c24411",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"skipFeatureDeployment": true,
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/hello-world.sppkg"
|
|
}
|
|
}
|