jspm / project

Roadmap and management repo for the jspm project
159 stars 8 forks source link

Supporting JS builds larger than 25MB #327

Closed robinboening closed 5 months ago

robinboening commented 6 months ago

Reporting CDN Build Error.

guybedford commented 6 months ago

This is a bit of a tricky one actually, because it's trying to host a 27MB file and the analysis code on the CDN is unable to handle code of that size.

I'd like to solve this properly, but it won't be a simple fix unfortunately.

guybedford commented 5 months ago

I finally got this to build using a build deoptimization technique where the large file is left unmodified by the build process. This should be working now.