sp-dev-fx-webparts/samples/react-spfx-control-iframepanel/config/config.json

19 lines
672 B
JSON
Raw Normal View History

2023-03-29 10:08:52 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"spfx-control-i-frame-page-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/spfxControlIFramePanel/SpfxControlIFramePanelWebPart.js",
"manifest": "./src/webparts/spfxControlIFramePanel/SpfxControlIFramePanelWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"SpfxControlIFramePanelWebPartStrings": "lib/webparts/spfxControlIFramePanel/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}