sp-dev-fx-webparts/samples/react-birthdays-per-month/config/config.json

19 lines
554 B
JSON
Raw Normal View History

2022-11-04 09:28:34 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"birthdays-per-month-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/birthdaysPerMonth/BirthdaysPerMonthWebPart.js",
"manifest": "./src/webparts/birthdaysPerMonth/BirthdaysPerMonthWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"BirthdaysPerMonthWebPartStrings": "lib/webparts/birthdaysPerMonth/loc/{locale}.js"
}
}