Markus Möller cead35f5db
Initial commit (#1130)
Co-authored-by: Mikael Svenson <miksvenson@gmail.com>
Co-authored-by: Laura Kokkarinen <41330990+LauraKokkarinen@users.noreply.github.com>
2020-02-08 12:50:01 +02:00

19 lines
562 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"outlook-2-share-point-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/outlook2SharePoint/Outlook2SharePointWebPart.js",
"manifest": "./src/webparts/outlook2SharePoint/Outlook2SharePointWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"Outlook2SharePointWebPartStrings": "lib/webparts/outlook2SharePoint/loc/{locale}.js"
}
}