You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
533 B

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