PathToSharePoint 4b6308ff3a Add 'samples/react-ppp-pnp-controls/' from commit 'b1105e2c434bc5a5514761f5094ea324c84261a0'
git-subtree-dir: samples/react-ppp-pnp-controls
git-subtree-mainline: 56cc34330fa4df6cf9efee8ad4d33f4ab3f12ab1
git-subtree-split: b1105e2c434bc5a5514761f5094ea324c84261a0
2022-03-20 21:42:11 -07:00

19 lines
586 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"hello-world-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/helloWorld/HelloWorldWebPart.js",
"manifest": "./src/webparts/helloWorld/HelloWorldWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"HelloWorldWebPartStrings": "lib/webparts/helloWorld/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}