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
Update Rollup and related plugins to their most recent versions (#24916)
Update Rollup and related plugins to their most recent versions +
resolve any breaking changes/deprecations/etc along the way. I made each
change piece by piece, so the commit history tells a pretty good story
of what was changed where/how/why.
fixes#24894
For the full deepdive/context, see:
- #24894
The inspiration for this came from @jasonwilliams 's PR for attempting
to add sourcemap output support to React's builds:
- #20186
- #21946
But I figured that it would be useful to minimise the scope of changes
in that PR, and to modernise the build tooling along the way.
If any of these updates rely on a node version later than `10.x`, then
the following PR may have to land first, otherwise things might break on
AppVeyor:
- #24891
- #24892
Co-authored-by: Sebastian Markbage <[email protected]>
0 commit comments