joaojmendes a492abcaab React-Birthdays - Update - Convert birthdate from UTC to local (#804)
* commit

* Tree Organization Chart

* React-Birthdays  - Convert birthdate from UTC to local
2019-03-10 18:19:03 +02:00

20 lines
695 B
JSON

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