Jason S 4242412984 Upgraded react-async-await-sp-pnp-js to V1.10 (#1122)
* Upgraded community file

Upgraded react-async-await-sp-pnp-js to V1.10

Changed fome PNP selective imports

Ran Gulp test/ build/ and serve; all function seem to be running normal

* Update gulpfile.js
2020-02-10 11:34:49 +02:00

18 lines
532 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"async-await-pn-p-js-bundle": {
"components": [
{
"entrypoint": "./lib/webparts/asyncAwaitPnPJs/AsyncAwaitPnPJsWebPart.js",
"manifest": "./src/webparts/asyncAwaitPnPJs/AsyncAwaitPnPJsWebPart.manifest.json"
}
]
}
},
"localizedResources": {
"asyncAwaitPnPJsStrings": "lib/webparts/asyncAwaitPnPJs/loc/{locale}.js"
},
"externals": {}
}