14 lines
446 B
JSON
14 lines
446 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"thumbnail-web-part": {
|
|
"components": [{
|
|
"entrypoint": "./lib/webparts/thumbnail/ThumbnailWebPart.js",
|
|
"manifest": "./src/webparts/thumbnail/ThumbnailWebPart.manifest.json"
|
|
}]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {}
|
|
} |