sp-dev-fx-webparts/samples/react-tiles-v2/config/config.json

20 lines
644 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"tiles-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/Tiles/TilesWebPart.js",
"manifest": "./src/webparts/Tiles/TilesWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"TilesWebPartStrings": "lib/webparts/Tiles/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"
}
}