sp-dev-fx-webparts/samples/react-cherry-picked-content/config/config.json

19 lines
568 B
JSON
Raw Normal View History

2022-02-21 20:55:05 -05:00
{
"$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"
}
}