mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
ef142fa4c1
git-subtree-dir: samples/react-teams-tabs-pnpjs git-subtree-mainline: b4e5538de2134605026a3951a08003287e1939fd git-subtree-split: b9e714670872ddf5e6a1e7b5ae0563946dd97143
19 lines
569 B
JSON
19 lines
569 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"react-teams-tabs-pnpjs-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/reactTeamsTabsPnpjs/ReactTeamsTabsPnpjsWebPart.js",
|
|
"manifest": "./src/webparts/reactTeamsTabsPnpjs/ReactTeamsTabsPnpjsWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"ReactTeamsTabsPnpjsWebPartStrings": "lib/webparts/reactTeamsTabsPnpjs/loc/{locale}.js"
|
|
}
|
|
}
|