sp-dev-fx-webparts/samples/react-offline-first/config/config.json

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"
}
}