2017-09-26 10:26:36 -04:00
|
|
|
{
|
2020-12-15 09:20:24 -05:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2017-09-26 10:26:36 -04:00
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"pnp-controls-web-part": {
|
|
|
|
"components": [{
|
|
|
|
"entrypoint": "./lib/webparts/pnpControls/PnPControlsWebPart.js",
|
|
|
|
"manifest": "./src/webparts/pnpControls/PnPControlsWebPart.manifest.json"
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
2017-10-09 04:43:59 -04:00
|
|
|
"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"
|
2017-09-26 10:26:36 -04:00
|
|
|
}
|
|
|
|
}
|