What type of issue is this?
other
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
- Browser version: not applicable; this is a Marketplace package upload/update limitation
- SPFx version: 1.22.2
- Node.js version: v22.14.0
- Package size: ~30.8 MB after production build
- Build command:
heft build --clean --production && heft package-solution --production
- Package setting:
includeClientSideAssets: true
Issue description
We are hitting the 25 MB marketplace update size limit for an SPFx .sppkg package.
We are building a client-side CAD viewer for SharePoint. The package is about 30.8 MB after production build because it includes the runtime assets needed to render CAD and 3D files in the browser.
This appears to be specifically a Marketplace upload/update limitation. The same .sppkg can be uploaded through the tenant App Catalog, so there is already precedent for SharePoint accepting larger SPFx packages.
Could Microsoft increase the Marketplace SPFx .sppkg update size limit above 25 MB? Anything above the current limit would help; 50 MB would give Marketplace SPFx apps with legitimate client-side runtime assets much more breathing room.
What type of issue is this?
other
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
heft build --clean --production && heft package-solution --productionincludeClientSideAssets: trueIssue description
We are hitting the 25 MB marketplace update size limit for an SPFx
.sppkgpackage.We are building a client-side CAD viewer for SharePoint. The package is about 30.8 MB after production build because it includes the runtime assets needed to render CAD and 3D files in the browser.
This appears to be specifically a Marketplace upload/update limitation. The same
.sppkgcan be uploaded through the tenant App Catalog, so there is already precedent for SharePoint accepting larger SPFx packages.Could Microsoft increase the Marketplace SPFx
.sppkgupdate size limit above 25 MB? Anything above the current limit would help; 50 MB would give Marketplace SPFx apps with legitimate client-side runtime assets much more breathing room.