Today I Learned - Rocky Kev

Tagged “buildtools”

  1. TIL how build tools work

    There's 4 steps. Compiling -> Minifying -> Bundling -> Code-splitting

  2. TIL avoiding including Sourcemaps

    Sourcemaps are a base64 representation of the original source into a production-ready JavaScript asset.

  3. TIL how to quickly create a .nvmrc file

    all you need is 'node -v > .nvmrc' and let the magic happen

See all tags.