Added Closure Compiler Support to Svelte Prod Bundling Rule
The latest addition to my experimental Svelte Bazel rules is optional opt-in to advanced Closure compiler optimizations in the bundle_prod rule. This means you have a choice...
Read articleBrowse articles in this topic.
The latest addition to my experimental Svelte Bazel rules is optional opt-in to advanced Closure compiler optimizations in the bundle_prod rule. This means you have a choice...
Read articleThis short post shows a simple example of how to integrate the Closure compiler with Snowpack to create an optimized Svelte production build.
Read articleIn this post I take a closer look at performance optimizations from using the Closure compiler to bundle Svelte applications.
Read articleIn this short post I will show how to serve a Svelte application from a .Net Core backend.
Read articleIn the following post I will show how to make use of server-side rendering in Svelte.
Read articleI believe build-time compilers will play a much more important role in JavaScript development in the coming years. I this post I will show how I reduced the payload size of my...
Read articleIn this article I will show how to create a simple chat application using Svelte and Socket.io.
Read articleIn the following post I will show how to create a treeview using Svelte. I will also compile the treeview with the closure compiler (ADVANCED_OPTIMIZATION).
Read article