18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"page-contributors-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/pageContributors/PageContributorsWebPart.js",
|
|
"manifest": "./src/webparts/pageContributors/PageContributorsWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"pageContributorsStrings": "lib/webparts/pageContributors/loc/{locale}.js"
|
|
}
|
|
} |