19 lines
491 B
JSON
19 lines
491 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"pn-p-graph-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/pnPGraph/PnPGraphWebPart.js",
|
|
"manifest": "./src/webparts/pnPGraph/PnPGraphWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"PnPGraphWebPartStrings": "lib/webparts/pnPGraph/loc/{locale}.js"
|
|
}
|
|
}
|