19 lines
518 B
JSON
19 lines
518 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
||
|
"version": "2.0",
|
||
|
"bundles": {
|
||
|
"configure-tab-web-part": {
|
||
|
"components": [
|
||
|
{
|
||
|
"entrypoint": "./lib/webparts/configureTab/ConfigureTabWebPart.js",
|
||
|
"manifest": "./src/webparts/configureTab/ConfigureTabWebPart.manifest.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"externals": {},
|
||
|
"localizedResources": {
|
||
|
"ConfigureTabWebPartStrings": "lib/webparts/configureTab/loc/{locale}.js"
|
||
|
}
|
||
|
}
|