2020-06-12 17:12:40 +05:30

19 lines
532 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"webpart-details-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/webpartDetails/WebpartDetailsWebPart.js",
"manifest": "./src/webparts/webpartDetails/WebpartDetailsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"WebpartDetailsWebPartStrings": "lib/webparts/webpartDetails/loc/{locale}.js"
}
}