vscode压缩js代码的方法:
1、在拓展商店里搜索“minify”,安装,安装成功后点重新加载
2、使用:F1运行文件缩小器Minify压缩js代码。
使用Minify的方法介绍:
缩小您的js,css和html文件以节省传输带宽。直接调用每个缩小器,以允许传递设置:
JS: uglify -js v2.7.4
CSS: clean-css v3.4.21
HTML: html-minifier v3.2.2
使用F1 运行文件缩小器Minify。
包含Javascript和CSS文件的文件夹可以{dirname}.min.[css|js]使用F1 缩小为一个文件Minify Directory。可以为Javascript和CSS减少一个目录是可以接受的。
(可选)在已存在匹配的缩小文件(和/或目录)时,在保存时运行minify。启用您的用户或工作空间设置。设置默认值如下所示:
"minify.minifyExistingOnSave": false,"minify.js": { "mangle": true, "compress": { "sequences": true, "properties": true, "dead_code": true, "drop_debugger": true, "unsafe": false, "unsafe_comps": false, "conditionals": true, "comparisons": true, "evaluate": true, "booleans": true, "loops": true, "unused": true, "hoist_funs": true, "keep_fargs": true, "keep_fnames": false, "hoist_vars": false, "if_return": true, "join_vars": true, "collapse_vars": false, "reduce_vars": false, "side_effects": true, "pure_getters": false, "pure_funcs": null, "negate_iife": false, "drop_console": false, "passes": 1, "global_defs": {} }, "output": { "ascii_only": false, "inline_script": false, "max_line_len": 32000, "braces": false, "semicolons": true, "comments": false, "shebang": true, "preamble": null, "quote_style": "best" }},"minify.css": { "advanced": true, "aggressiveMerging": true, "compatibility": "*", "inliner": {}, "keepBreaks": false, "keepSpecialComments": "*", "mediaMerging": true, "processImport": true, "processImportFrom": ["all"], "rebase": true, "restructuring": true, "root": "${workspaceRoot}", "roundingPrecision": 2, "semanticMerging": false, "shorthandCompacting": true},"minify.html": { "caseSensitive": false, "collapseBooleanAttributes": true, "collapseWhitespace": true, "conservativeCollapse": false, "customAttrAssign": [], "customAttrCollapse": "", "customAttrSurround": [], "customEventAttributes": [ "^on[a-z]{3,}$" ], "decodeEntities": false, "html5": true, "ignoreCustomComments": [ "^!" ], "ignoreCustomFragments": ["<%[\\s\\S]*?%>", "<\\?[\\s\\S]*?\\?>"], "includeAutoGeneratedTags": true, "keepClosingSlash": false, "maxLineLength": false, "minifyCSS": true, //uses minify.css settings if true "minifyJS": true, //uses minify.js settings if true "minifyURLs": false, "preserveLineBreaks": false, "preventAttributesEscaping": false, "processConditionalComments": false, "processScripts": [], "quoteCharacter": "\"", "removeAttributeQuotes": false, "removeComments": false, "removeEmptyAttributes": false, "removeEmptyElements": false, "removeOptionalTags": false, "removeRedundantAttributes": false, "removeScriptTypeAttributes": false, "removeStyleLinkTypeAttributes": false, "sortAttributes": false, "sortClassName": false, "useShortDoctype": false}
minifiy.css.root接受“ ${workspaceRoot}/ some / path”定义内部@import绝对根。
由于html-minifier还采用了clean-css和uglify-js,设置minifyJS或minifyCSS以true意志嵌入你为那些minifiers自动提供的设置。如果要使用一些其他方法,可以提供自己的设置作为对象。
PHP中文网,有大量免费的vscode入门教程,欢迎大家学习!
The above is the detailed content of How to compress js code in vscode. For more information, please follow other related articles on the PHP Chinese website!

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

本篇是VSCode配置文章,手把手教大家怎么在VSCode中配置使用 Geant4 和 Root,希望对大家有所帮助!

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
