sp-dev-fx-webparts/samples/react-list-items-menu-sp2019/config/config.json

20 lines
702 B
JSON
Raw Normal View History

2021-05-07 17:48:46 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"list-items-menu-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/listItemsMenu/ListItemsMenuWebPart.js",
"manifest": "./src/webparts/listItemsMenu/ListItemsMenuWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ListItemsMenuWebPartStrings": "lib/webparts/listItemsMenu/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"
}
}