Description
Run SPFx Upgrade command ( see attached report) on a forked copy React Application Regions Footer extension .
In Update componentType in .yo-rc.json:
{
"@microsoft/generator-sharepoint": {
"componentType": "webpart"
}
}
However, given I this is a SPFx extension, the recommended compentType looks incorrect.
Steps to reproduce
spfx project upgrade --toVersion 1.10.0 --output md --outputFile "upgrade-report.md"
Expected result
The report should indicate:
{
"@microsoft/generator-sharepoint": {
"componentType": "extension"
}
}
Actual result
See upgrade-report.zip
Environment
npm install -g @pnp/office365-cli@next
2.10.0-beta.4206056
Description
Run SPFx Upgrade command ( see attached report) on a forked copy React Application Regions Footer extension .
In Update componentType in .yo-rc.json:
However, given I this is a SPFx extension, the recommended compentType looks incorrect.
Steps to reproduce
spfx project upgrade --toVersion 1.10.0 --output md --outputFile "upgrade-report.md"
Expected result
The report should indicate:
Actual result
See upgrade-report.zip
Environment
npm install -g @pnp/office365-cli@next
2.10.0-beta.4206056