Austin Breslin c177a89297 Offline first react (#421)
* 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
2018-02-26 09:30:58 +01:00

19 lines
545 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"react-offline-first-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/reactOfflineFirst/ReactOfflineFirstWebPart.js",
"manifest": "./src/webparts/reactOfflineFirst/ReactOfflineFirstWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ReactOfflineFirstWebPartStrings": "lib/webparts/reactOfflineFirst/loc/{locale}.js"
}
}