mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
734b83ae59
* Script editor update (#598) * Updated to SPFx 1.5.1 * Fix remove padding issue. * Moving import within container * Added dynamic loaded edit module * Made editor pane external and dynamic * Updated readme message. * Remove dependency for office ui fabric react * Use a supported workaround to get the script root.
7 lines
271 B
JSON
7 lines
271 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "pzl-script-editor",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |