2017-05-06 07:27:17 -04:00
|
|
|
{
|
2020-02-10 04:34:49 -05:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2018-03-08 19:34:13 -05:00
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"async-await-pn-p-js-bundle": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/asyncAwaitPnPJs/AsyncAwaitPnPJsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/asyncAwaitPnPJs/AsyncAwaitPnPJsWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2017-05-06 07:27:17 -04:00
|
|
|
}
|
2018-03-08 19:34:13 -05:00
|
|
|
},
|
2017-05-06 07:27:17 -04:00
|
|
|
"localizedResources": {
|
2018-03-08 19:34:13 -05:00
|
|
|
"asyncAwaitPnPJsStrings": "lib/webparts/asyncAwaitPnPJs/loc/{locale}.js"
|
|
|
|
},
|
|
|
|
"externals": {}
|
|
|
|
}
|