sp-dev-fx-webparts/samples/react-graph-webpart-report/config/config.json

19 lines
608 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"web-part-report-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/webPartReport/WebPartReportWebPart.js",
"manifest": "./src/webparts/webPartReport/WebPartReportWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"WebPartReportWebPartStrings": "lib/webparts/webPartReport/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}