I reduced an npm package size by 50% with minification

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. terser

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

    fifty-three kilo-byte was a little bit large, and since the bundler i'm using for this package is rollup.js, all ineeded to do was install the terser — a JavaScript compressor toolkit for ES6 mdash; plugin for rollup.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Rollup

    Next-generation ES module bundler

    fifty-three kilo-byte was a little bit large, and since the bundler i'm using for this package is rollup.js, all ineeded to do was install the terser — a JavaScript compressor toolkit for ES6 mdash; plugin for rollup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JavaScript and CSS Code Minification Guide

    1 project | dev.to | 14 Oct 2024
  • Proven Strategies to Optimize JavaScript Load Times in Modern Web Development

    2 projects | dev.to | 28 Jul 2024
  • Obfuscating your create react app and routes

    1 project | dev.to | 17 Jan 2024
  • 10 Bad Habits That Can Slow Down Your JavaScript Applications 🐌

    2 projects | dev.to | 18 Oct 2023
  • Understanding Source Maps: Simplifying Debugging

    2 projects | dev.to | 12 Jul 2023