sp-dev-fx-webparts/samples/react-admin-sc-catalog-pnpjs/config/config.json

19 lines
664 B
JSON

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