sp-dev-fx-webparts/tutorials/api-scopes/config/config.json

19 lines
525 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"graph-consumer-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/graphConsumer/GraphConsumerWebPart.js",
"manifest": "./src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"GraphConsumerWebPartStrings": "lib/webparts/graphConsumer/loc/{locale}.js"
}
}