sp-dev-fx-webparts/samples/react-material-ui/config/config.json

19 lines
547 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"material-ui-sample-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/materialUiSample/MaterialUiSampleWebPart.js",
"manifest": "./src/webparts/materialUiSample/MaterialUiSampleWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"MaterialUiSampleWebPartStrings": "lib/webparts/materialUiSample/loc/{locale}.js"
}
}