mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
* initial commit * Added OfflineHTTPService implementation to file * Put interfaces into their own files * Create a state object to allow the render method to have a variable to print. * Tested Gets, need to update comments * Add JSDoc * Created Readme.md
14 lines
395 B
JSON
14 lines
395 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-offline-first-client-side-solution",
|
|
"id": "0c2c55d9-8ce6-4303-a642-ff8eefbc9d2c",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-offline-first.sppkg"
|
|
}
|
|
}
|