sp-dev-fx-webparts/samples/react-covid19-info/config/config.json

19 lines
611 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"covid-19-info-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/covid19Info/Covid19InfoWebPart.js",
"manifest": "./src/webparts/covid19Info/Covid19InfoWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}