Software Alternatives, Accelerators & Startups

Terser

JavaScript parser, mangler, optimizer and beautifier toolkit for ES6+.

Terser

Terser Reviews and Details

This page is designed to help you find out whether Terser is good and if it is the right choice for you.

Screenshots and images

  • Terser Landing page
    Landing page //
    2023-09-25

Features & Specs

  1. Highly Effective Minification

    Terser provides comprehensive minification capabilities, significantly reducing JavaScript file sizes, which can lead to faster load times and improved application performance.

  2. ES6+ Support

    Terser supports modern JavaScript syntax, making it suitable for projects using ES6 features and beyond, ensuring compatibility with the latest JavaScript standards.

  3. Source Maps

    Terser can generate source maps, allowing developers to map minified code back to the original source code, which is crucial for debugging and maintaining large codebases.

  4. Plugin Friendly

    Terser integrates well with various build tools like Webpack, Rollup, and others, offering seamless integration into existing development workflows.

  5. Configurable

    Terser offers a high degree of configurability, enabling developers to tailor the minification process according to their specific needs and restrictions.

Badges

Promote Terser. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for Terser yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Terser and what they use it for.
  • Everything about ESM and treeshaking
    I did try rollup with terser but I saw similar results. - Source: dev.to / about 1 year ago
  • 10 Bad Habits That Can Slow Down Your JavaScript Applications ๐ŸŒ
    Example: You've got a main.js file that's as long as a Tolstoy novel. Fix: Use tools like UglifyJS or Terser to minify your code. They'll squeeze out all the unnecessary bits and give you a sleeker, faster-loading file. - Source: dev.to / over 2 years ago
  • Things you forgot because of React
    They can do it, it is just turned off by default and require more advanced configuration. https://github.com/terser/terser#cli-mangling-property-names.... - Source: Hacker News / almost 3 years ago
  • Understanding Source Maps: Simplifying Debugging
    Minifying is a common practice for optimizing production code. (for example, using Terser to minify and mangle JavaScript). - Source: dev.to / about 3 years ago
  • Minify private methods in a TypeScript class
    Terser is JavaScript compressor that can minified specific method names. - Source: dev.to / almost 4 years ago
  • React Native CI/CD build speed improved by 22% with one line of code
    Every release build of React Native uses terser to reduce the size of your JavaScript. And it operation can be omitted for Staging/Beta builds. - Source: dev.to / over 3 years ago
  • Rollup Library Starter
    This next one will help us reduce final bundle size by minifying the generated code. It's called rollup-plugin-terser and uses terser under the hood to minify the code. - Source: dev.to / almost 4 years ago
  • You don't need void 0
    However, it is best to leave basic code size optimizations to minifiers such as Terser as part of the product bundling process. They can perform many different optimizations, and the source code remains more readable without any manual code size optimizations like using void 0 instead of undefined. - Source: dev.to / about 4 years ago
  • Writing your own module bundler
    Thus we have written our own module bundler by following the rollup way. We can also support a few extra options Like code minification and mangling by using terser, we can also support iife Format by wrapping the bundle with an iife expression. Since this is a basic example on how a bundler works, I have Skimmed through a few stuffs, but in practice module bundlers are quite complex and interesting to learn... - Source: dev.to / over 4 years ago
  • Popular "Video Ad-Block, for Twitch" Extension with 600k users, has removed the source code from GitHub and completely privatized it. The latest update requires new permissions to "read and change your data on all amazon.co.uk sites" adding ""aradb-21" as a referral tag to product URLs.
    Have you even tried Terser? While it doesn't obfuscate it does transform a lot of code, so the actual output depending on the config you use is dramatically different. Source: over 4 years ago
  • Is anyone using Google Closure Compiler? And why not?
    We use terser, a minifier which is part of webpack and usually outperforms Closure Compiler for gzipped output. It's on by default since webpack 4, so it's the lower-effort solution. Source: over 4 years ago
  • Simple mistake to ruin Webpack bundle optimization
    What you might not know, it's not the webpack that cleans up dead code per se. Of course, it does bulk of "preparation" work, but it is terser package that actually will *cut off * unused code. Terser is JavaScript parser, mangler and compressor toolkit for ES6+. - Source: dev.to / almost 5 years ago
  • Performance checklist for Vue and Nuxt
    Use tools like CSS Minification or Terser JS Plugin. In Nuxt, Terser is included by default. - Source: dev.to / almost 5 years ago
  • My web performance journey with Nuxt, Storyblok & Netlify
    Solution JS โ†’ The new uglify-js: https://github.com/terser/terser or continue using webpack, Teser is already included in the prod.js file. - Source: dev.to / over 5 years ago

Do you know an article comparing Terser to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Terser discussion

Log in or Post with

Is Terser good? This is an informative page that will help you find out. Moreover, you can review and discuss Terser here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.