mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* Initial Webpart generation * Added Localization Strings for Color Properties * Added PnP SPFx Property Controls package * Added SVG and color properties * Added height property and reset button * Icon and Name update * Additional Comments * Updated ReadMe
20 lines
570 B
JSON
20 lines
570 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"svg-hero-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/svgHero/SvgHeroWebPart.js",
|
|
"manifest": "./src/webparts/svgHero/SvgHeroWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"SvgHeroWebPartStrings": "lib/webparts/svgHero/loc/{locale}.js",
|
|
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
|
|
}
|
|
}
|