Skip to content
 

Bundling

Usually, when you use webpack, you also have to set up its development server as well. Traditionally doing this hasn't been trivial and has required a…
Published:
Tools like browserify and webpack popularized the idea of bundling. The idea is to transform your web application into a format that can be distribute…
Published:
Given JavaScript application source cannot be consumed easily through the browser "as is" just yet, the process of bundling is needed. The point is to…
Published:
Back to topics