mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* 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
18 lines
532 B
JSON
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": {}
|
|
} |