You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): Ensure full stacktraces when running rollup (#4833)
By default, node [cuts stacktraces down to the final 10 frames[1]. Sometimes, though, the stuff you're interested in is below that. This removes the cap for errors generated when running `rollup` (which turned out to be necessary to diagnose a problem encountered during work on the new build process).
[1] https://nodejs.org/api/errors.html#errorstacktracelimit
0 commit comments