{ "$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": {} }