Hugo Bernier f583732935 React Comparer Web Part (#768)
* Initial version

* Added more property pane fields

* Fixed recent tab style

* Update RecentFilesTab.module.scss

* Update RecentFilesTab.tsx

* Fixed an issue with unitialized PnP  causing wrong API url

* Update package-solution.json

* Cleaned up code and comments.

* Update FileBrowser.tsx

* Update FileBrowser.types.ts

* Update DocumentLibraryBrowser.tsx

* Update RecentFilesTab.tsx

* Added OneDrive support

* Fixed a little speelliing mistake
2019-02-09 12:19:31 +02:00

22 lines
758 B
JSON

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