Russell gove 9173f7d06f Dev (#664)
* 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
2018-11-09 17:01:43 +02:00

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",
}
}