19 lines
686 B
JSON
19 lines
686 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
||
|
"version": "2.0",
|
||
|
"bundles": {
|
||
|
"graph-app-secret-expiration-web-part": {
|
||
|
"components": [
|
||
|
{
|
||
|
"entrypoint": "./lib/webparts/graphAppSecretExpiration/GraphAppSecretExpirationWebPart.js",
|
||
|
"manifest": "./src/webparts/graphAppSecretExpiration/GraphAppSecretExpirationWebPart.manifest.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"externals": {},
|
||
|
"localizedResources": {
|
||
|
"GraphAppSecretExpirationWebPartStrings": "lib/webparts/graphAppSecretExpiration/loc/{locale}.js",
|
||
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
||
|
}
|
||
|
}
|