{ "$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "react-offline-first-web-part": { "components": [ { "entrypoint": "./lib/webparts/reactOfflineFirst/ReactOfflineFirstWebPart.js", "manifest": "./src/webparts/reactOfflineFirst/ReactOfflineFirstWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "ReactOfflineFirstWebPartStrings": "lib/webparts/reactOfflineFirst/loc/{locale}.js" } }