{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "externals": { "sp-pnp-js": "https://cdnjs.cloudflare.com/ajax/libs/sp-pnp-js/2.0.1/pnp.min.js", "sp-init": { "path": "https://rgove3.sharepoint.com/_layouts/15/init.js", "globalName": "$_global_init" }, "microsoft-ajax": { "path": "https://rgove3.sharepoint.com/_layouts/15/MicrosoftAjax.js", "globalName": "Sys", "globalDependencies": [ "sp-init" ] }, "sp-runtime": { "path": "https://rgove3.sharepoint.com/_layouts/15/SP.Runtime.js", "globalName": "SP", "globalDependencies": [ "microsoft-ajax" ] }, "sharepoint": { "path": "https://rgove3.sharepoint.com/_layouts/15/SP.js", "globalName": "SP", "globalDependencies": [ "sp-runtime" ] } }, "localizedResources": { "propertyBagEditorStrings": "lib/webparts/propertyBagEditor/loc/{locale}.js", "propertyBagDisplayStrings": "lib/webparts/propertyBagDisplay/loc/{locale}.js", "propertyBagFilteredSiteListStrings": "lib/webparts/propertyBagFilteredSiteList/loc/{locale}.js", "propertyBagGlobalNavStrings": "lib/webparts/propertyBagGlobalNav/loc/{locale}.js" }, "bundles": { "property-bag-editor-web-part": { "components": [ { "entrypoint": "./lib/webparts/propertyBagEditor/PropertyBagEditorWebPart.js", "manifest": "./src/webparts/propertyBagEditor/PropertyBagEditorWebPart.manifest.json" } ] }, "property-bag-display-web-part": { "components": [ { "entrypoint": "./lib/webparts/propertyBagDisplay/PropertyBagDisplayWebPart.js", "manifest": "./src/webparts/propertyBagDisplay/PropertyBagDisplayWebPart.manifest.json" } ] }, "property-bag-filtered-site-list-web-part": { "components": [ { "entrypoint": "./lib/webparts/propertyBagFilteredSiteList/PropertyBagFilteredSiteListWebPart.js", "manifest": "./src/webparts/propertyBagFilteredSiteList/PropertyBagFilteredSiteListWebPart.manifest.json" } ] }, "property-bag-global-nav-web-part": { "components": [ { "entrypoint": "./lib/webparts/propertyBagGlobalNav/PropertyBagGlobalNavWebPart.js", "manifest": "./src/webparts/propertyBagGlobalNav/PropertyBagGlobalNavWebPart.manifest.json" } ] } } }