David Warner II 6d2d8731cb Dynamic SPFx Bundling/Loading Web Part Example (#628)
* Updated the api-scopes tutorial sample to SPFx v1.6.0 (#617)

* Dynamic SPFx Bundling Initial Commit
2018-10-03 08:02:22 -04:00

19 lines
525 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"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"
}
}