joaojmendes 883342f7a7 Update React-Directory new features and fix issue #931 (#937)
* Add OrderBy and new propertie

* update docs

* Update README.md

* Fix misspelling
2019-08-13 11:07:43 +03:00

20 lines
672 B
JSON
Executable File

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"directory-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/directory/DirectoryWebPart.js",
"manifest": "./src/webparts/directory/DirectoryWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"DirectoryWebPartStrings": "lib/webparts/directory/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}