sp-dev-fx-webparts/samples/react-securitygrid/config/config.json

20 lines
591 B
JSON
Raw Normal View History

{
2020-04-06 21:50:19 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"sp-security-bundle": {
"components": [
{
"entrypoint": "./lib/webparts/spSecurity/SpSecurityWebPart.js",
"manifest": "./src/webparts/spSecurity/SpSecurityWebPart.manifest.json"
}
]
}
},
"localizedResources": {
"spSecurityStrings": "lib/webparts/spSecurity/loc/{locale}.js",
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
},
"externals": {}
2020-04-06 21:50:19 -04:00
}