sp-dev-fx-webparts/samples/react-openai-devops/config/config.json

19 lines
594 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"smart-dev-ops-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/smartDevOps/SmartDevOpsWebPart.js",
"manifest": "./src/webparts/smartDevOps/SmartDevOpsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"SmartDevOpsWebPartStrings": "lib/webparts/smartDevOps/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}