In this post I show how to combine lit-html with the Closure compiler to get smaller, more performant JavaScript bundles.
This article is a summary of a poc I ran this weekend where I used the Closure compiler to bundle a medium sized Svelte application.
In this post I will show how to make external API responses compatible with Closure compiled code.
In this post I will show how to integrate a simple ngrx sample with the Closure compiler.
In this post I want to test if there is any benefit to combining Prepack with the Closure compiler (ADVANCED_OPTIMIZATIONS).
In this post I will talk about integrating the Closure compiler with an NgUpgrade application.
In the following post I will show how to use momentJS in a closure compiled Angular application.
In this post I will show how to use webpagetest.org to collect performance metrics for a web application.
I have migrated my demo application to use the Closure compiler for bundling. In this post I will do a quick comparison of bundle sizes between Closure, Rollup and Webpack.
In this post I will do a quick comparison between the Closure Compiler and UglifyJS2.
In this post I will show to take advantage of the Closure Compiler's comprehensive typings annotations.
In this post I will show how to combine ES2015 and CommonJS modules in the same bundle using the Closure Compiler.
Now that the Closure compiler is closer to becoming a viable option in Angular, I have decided to start migrating my Angular demo components to use it. I will give you updates on my progress as I continue to work on the migration.
In the following post I will show how to do code splitting with the Closure compiler.
The Closure compiler is an amazing tool for optimizing JavaScript. In this post I will show how to use it in some common scenarios. For the purposes of this post I will be using the closure compiler with ADVANCED_OPTIMIZATIONS.