mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
087c35671b
* removed unused imports, changed image urls * updated to drop 5 * updated webpart for SPFx 1.0 * added images and readme
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"entries": [
|
|
{
|
|
"entry": "./lib/webparts/organisationChart/OrganisationChartWebPart.js",
|
|
"manifest": "./src/webparts/organisationChart/OrganisationChartWebPart.manifest.json",
|
|
"outputPath": "./dist/organisation-chart.bundle.js"
|
|
}
|
|
],
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"organisationChartStrings": "webparts/organisationChart/loc/{locale}.js"
|
|
}
|
|
}
|