{ "$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "angular-web-parts": { "components": [ { "entrypoint": "./lib/webparts/helloAngularTemplate/HelloAngularWebPart.js", "manifest": "./src/webparts/helloAngularTemplate/HelloAngularWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "HelloAngularWebPartStrings": "lib/webparts/helloAngularTemplate/loc/{locale}.js" } }