sp-dev-fx-webparts/samples/react-timeline/config/config.json

20 lines
665 B
JSON
Raw Normal View History

2020-07-08 03:13:15 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"timeline-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/timeline/TimelineWebPart.js",
"manifest": "./src/webparts/timeline/TimelineWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
2020-07-10 10:19:07 -04:00
"TimelineWebPartStrings": "lib/webparts/timeline/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"
2020-07-08 03:13:15 -04:00
}
2020-07-10 10:19:07 -04:00
}