37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"search-results": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/searchResults/SearchResultsWebPart.js",
|
|
"manifest": "./src/webparts/searchResults/SearchResultsWebPart.manifest.json"
|
|
}
|
|
]
|
|
},
|
|
"search-box": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/searchBox/SearchBoxWebPart.js",
|
|
"manifest": "./src/webparts/searchBox/SearchBoxWebPart.manifest.json"
|
|
}
|
|
]
|
|
},
|
|
"search-query-string": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/extensions/queryStringDataSource/QueryStringDataSourceApplicationCustomizer.js",
|
|
"manifest": "./src/extensions/queryStringDataSource/QueryStringDataSourceApplicationCustomizer.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"localizedResources": {
|
|
"SearchWebPartStrings": "lib/webparts/searchResults/loc/{locale}.js",
|
|
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
|
|
"SearchBoxWebPartStrings": "lib/webparts/searchBox/loc/{locale}.js",
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js",
|
|
"QueryStringDataSourceApplicationCustomizerStrings": "lib/extensions/queryStringDataSource/loc/{locale}.js"
|
|
}
|
|
} |