{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "hello-configuration-web-part": { "components": [ { "entrypoint": "./lib/webparts/helloConfiguration/HelloConfigurationWebPart.js", "manifest": "./src/webparts/helloConfiguration/HelloConfigurationWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "HelloConfigurationWebPartStrings": "lib/webparts/helloConfiguration/loc/{locale}.js" } }