Tagged “buildtools”
-
TIL how build tools work webpack ast buildtools minifying compiling bundling
There's 4 steps. Compiling -> Minifying -> Bundling -> Code-splitting
-
TIL avoiding including Sourcemaps compression performance buildtools
Sourcemaps are a base64 representation of the original source into a production-ready JavaScript asset.
-
TIL how to quickly create a .nvmrc file node buildtools
all you need is 'node -v > .nvmrc' and let the magic happen
See all tags.