mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
18 lines
575 B
JSON
18 lines
575 B
JSON
{
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"pnp-controls-web-part": {
|
|
"components": [{
|
|
"entrypoint": "./lib/webparts/pnpControls/PnPControlsWebPart.js",
|
|
"manifest": "./src/webparts/pnpControls/PnPControlsWebPart.manifest.json"
|
|
}]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"PnPControlsWebPartStrings": "lib/webparts/pnpControls/loc/{locale}.js",
|
|
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
|
|
"ControlStrings": "./node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
|
}
|
|
}
|