sp-dev-fx-webparts/samples/react-multilist-grid/config/config.json

14 lines
368 B
JSON

{
"entries": [
{
"entry": "./lib/webparts/spfxReactGrid/SpfxReactGridWebPart.js",
"manifest": "./src/webparts/spfxReactGrid/SpfxReactGridWebPart.manifest.json",
"outputPath": "./dist/spfx-react-grid.bundle.js"
}
],
"externals": {
},
"localizedResources": {
"spfxReactGridStrings": "webparts/spfxReactGrid/loc/{locale}.js"
}
}