joaojmendes f198118429 React-Carousel and New Version of Happy Birthday Web Part (#914)
* update docs

* Update README.md

* Update README.md

* Support to IE11

* fine tunning, added Fade on Images

* use CSS transitions

* clean extra comments

* react-carousel

* Happy Birthday Web Part - new version

* Update Docs

* added spinner on loading image in carousel
2019-07-28 13:19:30 +03:00

20 lines
665 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"carousel-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/carousel/CarouselWebPart.js",
"manifest": "./src/webparts/carousel/CarouselWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CarouselWebPartStrings": "lib/webparts/carousel/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}