sveltejs/template

Would there be any advantage in upgrading to Rollup 2?

SteveALee opened this issue · 4 comments

I see there are breaking changes but also apparently some goodies too.

It'd probably be a good idea, because I imagine Rollup 1 isn't going to be maintained any longer. The main breaking change would probably be dropping support for Node 8, which is end-of-life so I don't see that as much of an issue.

Specifically, Rollup 2 fixes watch issues like rollup/rollup#1666 via rollup/rollup#2988. While this doesn't seem to affect too many setups, having a working live-reload is important for first impressions, imo. Is there anything blocking #123 currently?

The question is WHY NOT? IMO.

Anyway no problem at all, I'm already using it.

Yeah we do want to update to Rollup 2 probably. I don't think losing Node 8 support is a show-stopper. Right now I'm waiting for rollup/plugins#304 to settle down though. A fix has been merged in, but not yet released.