sp-dev-fx-webparts/samples/react-side-panel/config/config.json

14 lines
336 B
JSON

{
"entries": [
{
"entry": "./lib/webparts/sidePanel/SidePanelWebPart.js",
"manifest": "./src/webparts/sidePanel/SidePanelWebPart.manifest.json",
"outputPath": "./dist/side-panel.bundle.js"
}
],
"externals": {},
"localizedResources": {
"sidePanelStrings": "webparts/sidePanel/loc/{locale}.js"
}
}