sp-dev-fx-webparts/samples/react-calendar-feed/config/config.json

22 lines
831 B
JSON
Raw Normal View History

2018-06-07 07:09:40 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
2018-06-07 07:09:40 -04:00
"version": "2.0",
"bundles": {
"calendar-feed-summary-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/calendarFeedSummary/CalendarFeedSummaryWebPart.js",
"manifest": "./src/webparts/calendarFeedSummary/CalendarFeedSummaryWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CalendarFeedSummaryWebPartStrings": "lib/webparts/calendarFeedSummary/loc/{locale}.js",
2019-01-19 05:52:47 -05:00
"CalendarServicesStrings": "lib/shared/services/CalendarService/loc/{locale}.js",
2018-06-07 07:09:40 -04:00
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
2019-01-19 05:52:47 -05:00
}