2017-05-06 11:44:58 -04:00
|
|
|
{
|
2020-11-19 00:28:59 -05:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"themes-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/themes/ThemesWebPart.js",
|
|
|
|
"manifest": "./src/webparts/themes/ThemesWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"section-theme-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/sectionTheme/SectionThemeWebPart.js",
|
|
|
|
"manifest": "./src/webparts/sectionTheme/SectionThemeWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2017-05-06 11:44:58 -04:00
|
|
|
}
|
2020-11-19 00:28:59 -05:00
|
|
|
},
|
2017-05-06 11:44:58 -04:00
|
|
|
"externals": {},
|
|
|
|
"localizedResources": {
|
2020-11-19 00:28:59 -05:00
|
|
|
"ThemesStrings": "./src/webparts/themes/loc/{locale}.js",
|
|
|
|
"SectionThemeWebPartStrings": "lib/webparts/sectionTheme/loc/{locale}.js",
|
|
|
|
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
|
2017-05-06 11:44:58 -04:00
|
|
|
}
|
|
|
|
}
|