Nanddeep Nachan e69d235991 Added sample react-adaptive-cards-image-gallery (#700)
* added react-display-hierarchy

* Added sample react-adaptive-cards-image-gallery
2018-12-08 18:56:15 +02:00

19 lines
611 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"adaptive-cards-image-gallery-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/adaptiveCardsImageGallery/AdaptiveCardsImageGalleryWebPart.js",
"manifest": "./src/webparts/adaptiveCardsImageGallery/AdaptiveCardsImageGalleryWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"AdaptiveCardsImageGalleryWebPartStrings": "lib/webparts/adaptiveCardsImageGallery/loc/{locale}.js"
}
}