{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "caml-2-table-web-part": { "components": [ { "entrypoint": "./lib/webparts/caml2Table/Caml2TableWebPart.js", "manifest": "./src/webparts/caml2Table/Caml2TableWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "Caml2TableWebPartStrings": "lib/webparts/caml2Table/loc/{locale}.js", "ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js" } }