Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thanks for the hard work! This release looks really exciting and I can't wait to try it out.

Out of curiosity, did you switch to Rollup for the tree shaking optimizer, or for some other reason?



We used it because it produces a single flat bundle without extra module boundaries. I think webpack 3 might do the same with the experimental concatenation plugin, but we're fairly happy with Rollup.


I see, and the benefit there is faster startup due to less IIFEs?


Yes. It's also nice that we don't expose the internals anymore, even when consumed via CommonJS.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: