mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 14:34:58 +00:00
* Upgraded community file Upgraded react-async-await-sp-pnp-js to V1.10 Changed fome PNP selective imports Ran Gulp test/ build/ and serve; all function seem to be running normal * Update gulpfile.js
14 lines
416 B
JSON
14 lines
416 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-async-await-sp-pnp-js-client-side-solution",
|
|
"id": "c3bd0bfa-1bee-4af0-ad3d-a72d02b4dc7c",
|
|
"version": "1.0.0.0",
|
|
"isDomainIsolated": false,
|
|
"includeClientSideAssets": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-async-await-sp-pnp-js.sppkg"
|
|
}
|
|
}
|