19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"find-parker-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/findParker/FindParkerWebPart.js",
|
|
"manifest": "./src/webparts/findParker/FindParkerWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"FindParkerWebPartStrings": "lib/webparts/findParker/loc/{locale}.js"
|
|
}
|
|
}
|