2020-09-20 12:12:43 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"questions-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/questions/QuestionsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/questions/QuestionsWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2021-03-24 17:05:12 -04:00
|
|
|
},
|
|
|
|
"questions-list-manager": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/extensions/questionsListManager/QuestionsListManagerApplicationCustomizer.js",
|
|
|
|
"manifest": "./src/extensions/questionsListManager/QuestionsListManagerApplicationCustomizer.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2020-09-20 12:12:43 -04:00
|
|
|
}
|
|
|
|
},
|
2021-03-24 17:05:12 -04:00
|
|
|
"externals": {
|
|
|
|
},
|
2020-09-20 12:12:43 -04:00
|
|
|
"localizedResources": {
|
|
|
|
"QuestionsWebPartStrings": "lib/webparts/questions/loc/{locale}.js",
|
|
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
|
|
|
}
|
2021-03-24 17:05:12 -04:00
|
|
|
}
|