Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vman
Created August 31, 2019 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vman/331a08e175cfa10d9c8ae730097bdcd8 to your computer and use it in GitHub Desktop.
Save vman/331a08e175cfa10d9c8ae730097bdcd8 to your computer and use it in GitHub Desktop.
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"custom-office-ui-fabric-library": {
"components": [
{
"entrypoint": "./lib/index.js",
"manifest": "./src/libraries/customOfficeUiFabric/CustomOfficeUiFabricLibrary.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CustomOfficeUiFabricLibraryStrings": "lib/libraries/customOfficeUiFabric/loc/{locale}.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment