mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* Upgrade to SPFx 1.8.1 * Unmount property pane when pane is closed * Remove unused config * Move styles to sass * Disabled dropdown
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"dropdownWithRemoteDataStrings": "lib/webparts/dropdownWithRemoteData/loc/{locale}.js",
|
|
"dropdownWithRemoteDataWithoutCustomControlsStrings": "lib/webparts/dropdownWithRemoteDataWithoutCustomControls/loc/{locale}.js",
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
|
},
|
|
"bundles": {
|
|
"dropdown-with-remote-data-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/dropdownWithRemoteData/DropdownWithRemoteDataWebPart.js",
|
|
"manifest": "./src/webparts/dropdownWithRemoteData/DropdownWithRemoteDataWebPart.manifest.json"
|
|
}
|
|
]
|
|
},
|
|
"dropdown-with-remote-data-without-custom-controls-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/dropdownWithRemoteDataWithoutCustomControls/DropdownWithRemoteDataWithoutCustomControlsWebPart.js",
|
|
"manifest": "./src/webparts/dropdownWithRemoteDataWithoutCustomControls/DropdownWithRemoteDataWithoutCustomControlsWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |