2017-10-09 04:48:46 -04:00
|
|
|
{
|
2020-10-01 10:04:04 -04:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
2017-10-09 04:48:46 -04:00
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"youtube-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/youtube/YoutubeWebPart.js",
|
|
|
|
"manifest": "./src/webparts/youtube/YoutubeWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
|
|
|
"YoutubeWebPartStrings": "lib/webparts/youtube/loc/{locale}.js"
|
|
|
|
}
|
|
|
|
}
|