2018-06-05 07:08:52 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
2020-07-08 01:31:26 -04:00
|
|
|
"event-details-web-part": {
|
2018-06-05 07:08:52 -04:00
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/eventDetails/EventDetailsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/eventDetails/EventDetailsWebPart.manifest.json"
|
2020-07-08 01:31:26 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"events-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/events/EventsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/events/EventsWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"map-web-part": {
|
|
|
|
"components": [
|
2018-06-05 07:08:52 -04:00
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/map/MapWebPart.js",
|
|
|
|
"manifest": "./src/webparts/map/MapWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
|
|
|
"EventDetailsWebPartStrings": "lib/webparts/eventDetails/loc/{locale}.js",
|
2020-07-08 01:31:26 -04:00
|
|
|
"EventsWebPartStrings": "lib/webparts/events/loc/{locale}.js",
|
2018-06-05 07:08:52 -04:00
|
|
|
"MapWebPartStrings": "lib/webparts/map/loc/{locale}.js",
|
|
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
|
|
|
}
|
|
|
|
}
|