2022-10-16 14:35:07 +10:00

19 lines
611 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"react-associated-sites-links-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/reactAssociatedSitesLinks/ReactAssociatedSitesLinksWebPart.js",
"manifest": "./src/webparts/reactAssociatedSitesLinks/ReactAssociatedSitesLinksWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ReactAssociatedSitesLinksWebPartStrings": "lib/webparts/reactAssociatedSitesLinks/loc/{locale}.js"
}
}