2018-02-17 10:19:58 -05:00
|
|
|
{
|
2018-10-03 08:02:22 -04:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2018-02-17 10:19:58 -05:00
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"graph-consumer-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/graphConsumer/GraphConsumerWebPart.js",
|
|
|
|
"manifest": "./src/webparts/graphConsumer/GraphConsumerWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
|
|
|
"GraphConsumerWebPartStrings": "lib/webparts/graphConsumer/loc/{locale}.js"
|
|
|
|
}
|
|
|
|
}
|