Using Rollup to bundle JS assets
At the end of this blog post you will: Understand some history of bundlers Understand why rollup is useful Learn how to use rollup in your own projects Have a working example illustrating a big benefit of Rollup, tree-shaking When…