Federico 43cbbe2d71 react-admin-sc-catalog-pnpjs - Site Collection App Catalogs Summary View (#1058)
* Initial commit

* Implemented business logic and UI

* UI, Readme.md, bugfixing

* Update README.md

* removed unuseful comments

* Code Review
2019-12-09 11:10:51 +02:00

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"
}
}