How to reduce JavaScript file in Visual Studio Code

Do you know about a plugin for Visual Studio code that will minimize the JS file? I would like to reduce the file as soon as it is saved.

+5
source share
4 answers

There is currently one available extension: Minify

Note. You can find extensions on the VS Code Marketplace .

Or directly from the VS-code by searching in the "Extensions" panel on the left (Ctrl + Maj + X).

+8
source

Check out Web Essentials 2015 , it does it and more.

0
source

Visual Studio Code Search Collapse Google Plugins. A lot of them. For example, this and this .

0
source

This is the page where you can download vscode minify plugins:

Visual Studio Code Database - seacrh for Ads

0
source

All Articles