Hello Google Closure Modules

1 · David Nolen · Feb. 23, 2015, midnight
By now you may have heard some buzz about webpack, a tool for managing web application assets. webpack can manage images and stylesheets, but only the facilities for managing JavaScript sources and more specifically the facilities for code-splitting are of interest to us in this post. We'll briefly look at webpack's support for splitting and compare it to a little known feature of the Google Closure Compiler: Google Closure Modules. webpack describes its support for code-splitting here. It's cle...