{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "emplopyee-list-view-web-part": { "components": [ { "entrypoint": "./lib/webparts/emplopyeeListView/EmplopyeeListViewWebPart.js", "manifest": "./src/webparts/emplopyeeListView/EmplopyeeListViewWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "EmplopyeeListViewWebPartStrings": "lib/webparts/emplopyeeListView/loc/{locale}.js", "ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js" } }