mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
* commit * Tree Organization Chart * React-Birthdays - Convert birthdate from UTC to local * commit react-tenant-properties commit react-tenant-properties * update project name * Update README.md Change docs * Update README.md
20 lines
722 B
JSON
20 lines
722 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"tenant-properties-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/tenantProperties/TenantPropertiesWebPart.js",
|
|
"manifest": "./src/webparts/tenantProperties/TenantPropertiesWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"TenantPropertiesWebPartStrings": "lib/webparts/tenantProperties/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"
|
|
}
|
|
} |