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

19 lines
532 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"advent-calendar-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/adventCalendar/AdventCalendarWebPart.js",
"manifest": "./src/webparts/adventCalendar/AdventCalendarWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"AdventCalendarWebPartStrings": "lib/webparts/adventCalendar/loc/{locale}.js"
}
}