Code Shipping - Minification

Card Puncher Data Processing

About

Minification refers to the process of removing unnecessary or redundant data without affecting the code execution . - e.g.

  • code comments and formatting,
  • removing unused code, (ie if env = dev for a prod build is not needed)
  • using shorter variable and function names
  • and so on.

Documentation / Reference





Discover More
Javascript - Linter / Minification (EsLint / Tern / Uglify)

This page is linter / minification in Javascript Linter are used under the hood by bundler in the optimization phase. Name Language Description eslint/eslintESLint Javascript A linter (identifying...
Node - Node Env (Prod,Dev,Test,..)

NODE_ENV is a environment variable that contains the type of environment the code run on. NODE_ENV=development NODE_ENV=production NODE_ENV=test Example within the script of package.json...



Share this page:
Follow us:
Task Runner