{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "csv-importer-web-part": { "components": [ { "entrypoint": "./lib/webparts/csvImporter/CsvImporterWebPart.js", "manifest": "./src/webparts/csvImporter/CsvImporterWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "CsvImporterWebPartStrings": "lib/webparts/csvImporter/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" } }