mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
Updated SPFx to version 1.14 Update to PnPjs version 3.0 Removed logging interface Updated codebase for current better coding practices Added samples to show how to utilize new PnPjs version 3 features
7 lines
274 B
JSON
7 lines
274 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./release/assets/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "react-async-await-sp-pnp-js",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |