sp-dev-fx-webparts/samples/pnp-controls/config/config.json

19 lines
661 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.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"
}
}