sp-dev-fx-webparts/samples/react-page-sections-navigation/config/config.json

27 lines
885 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"page-sections-navigation-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/pageSectionsNavigation/PageSectionsNavigationWebPart.js",
"manifest": "./src/webparts/pageSectionsNavigation/PageSectionsNavigationWebPart.manifest.json"
}
]
},
"page-sections-navigation-anchor-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/pageSectionsNavigationAnchor/PageSectionsNavigationAnchorWebPart.js",
"manifest": "./src/webparts/pageSectionsNavigationAnchor/PageSectionsNavigationAnchorWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"PageSectionsNavigationStrings": "lib/loc/{locale}.js"
}
}