Tagged “webpack”
-
TIL how build tools work webpack ast buildtools minifying compiling bundling
There's 4 steps. Compiling -> Minifying -> Bundling -> Code-splitting
-
TIL of a nice ELI5 of code splitting programming webpack eli5
Code splitting is the splitting of code into various bundles or components which can then be loaded on demand or in parallel
-
TIL using code-splitting to improve your First Contentful Paint (FCP) score javascript seo esmodules webpack vue react frameworks
Code splitting is a technique where you send only the necessary modules to the user in the beginning.
See all tags.