sp-dev-fx-webparts/samples/react-property-pane-navigation/config/config.json

19 lines
560 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"hello-configuration-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/helloConfiguration/HelloConfigurationWebPart.js",
"manifest": "./src/webparts/helloConfiguration/HelloConfigurationWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"HelloConfigurationWebPartStrings": "lib/webparts/helloConfiguration/loc/{locale}.js"
}
}