sp-dev-fx-webparts/samples/react-custom-links/config/config.json

21 lines
688 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"custom-links-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/customLinks/CustomLinksWebPart.js",
"manifest": "./src/webparts/customLinks/CustomLinksWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CustomLinksWebPartStrings": "lib/webparts/customLinks/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"
}
}