PathToSharePoint 8e5c265a01 Add 'samples/react-cherry-picked-content/' from commit '85f9d532109135b43305e2f00923188c16c04226'
git-subtree-dir: samples/react-cherry-picked-content
git-subtree-mainline: 51eebc82dec61439c77fd4ac8046f689bc5daeb4
git-subtree-split: 85f9d532109135b43305e2f00923188c16c04226
2022-03-09 23:43:24 -08:00

19 lines
568 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"cherry-picked-content-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/cherryPickedContent/CherryPickedContentWebPart.js",
"manifest": "./src/webparts/cherryPickedContent/CherryPickedContentWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CherryPickedContentWebPartStrings": "lib/webparts/cherryPickedContent/loc/{locale}.js"
}
}