Siddharth 0d9630f8a0 Added PnP JS Tester Webpart
Added new sample PnP JS Tester Webpart which allows to test PnP JS SharePoint method.

Co-Authored-By: Kunj Balkrishna Sangani <sangani.kunj@gmail.com>
2020-08-16 13:56:49 +05:30

19 lines
548 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"react-pn-pjs-tester-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/reactPnPjsTester/ReactPnPjsTesterWebPart.js",
"manifest": "./src/webparts/reactPnPjsTester/ReactPnPjsTesterWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ReactPnPjsTesterWebPartStrings": "lib/webparts/reactPnPjsTester/loc/{locale}.js"
}
}