{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json", "version": "2.0", "bundles": { "fluent-ui-9-demo-web-part": { "components": [ { "entrypoint": "./lib/webparts/fluentUi9Demo/FluentUi9DemoWebPart.js", "manifest": "./src/webparts/fluentUi9Demo/FluentUi9DemoWebPart.manifest.json" } ] } }, "externals": {}, "localizedResources": { "FluentUi9DemoWebPartStrings": "lib/webparts/fluentUi9Demo/loc/{locale}.js" } }