Federico 2d9b61fc4d SPFX Tour sample WebPart - react-tour-pnpjs (#1082)
* Initial commit

* first commit

* first release

* rework

* load fix and styling

* fix webpart select

* css ReactTourJS fix

* css fix

* added assets

* Update README.md

* fix webPartData undefined on Text Webpart
2019-12-09 11:06:36 +02:00

19 lines
554 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"tour-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/tour/TourWebPart.js",
"manifest": "./src/webparts/tour/TourWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"TourWebPartStrings": "lib/webparts/tour/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}