mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* initial version * using sp-dev-fx-controls-react * switched to native ouifr * fix linktitle * still working * gonna brealk it now * cool * working * Update README.md * Update README.md * Update README.md * clean linging and remove unused code * Added additional field Types * added azure relay service demo * ok
20 lines
526 B
JSON
20 lines
526 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"item-history-command-set": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/extensions/itemHistory/ItemHistoryCommandSet.js",
|
|
"manifest": "./src/extensions/itemHistory/ItemHistoryCommandSet.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"ItemHistoryCommandSetStrings": "lib/extensions/itemHistory/loc/{locale}.js",
|
|
|
|
|
|
}
|
|
} |