{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "enhanced-page-properties-web-part": { "components": [ { "entrypoint": "./lib/webparts/enhancedPageProperties/EnhancedPagePropertiesWebPart.js", "manifest": "./src/webparts/enhancedPageProperties/EnhancedPagePropertiesWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "EnhancedPagePropertiesWebPartStrings": "lib/webparts/enhancedPageProperties/loc/{locale}.js" } }