Zach fc7fbd981a react-quotes sample (#1062)
* Initial Commit

* Changes to ReadME file

* fixed sample image in readme
2019-12-09 11:08:46 +02:00

19 lines
604 B
JSON

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