-
运行uglifyjs/terser在指定文件夹上并将压缩结果合并为单个文件或存储到新文件夹中的harmonyos2-uglifyjs-folder命令
资源介绍
和声2
uglifyjs
文件夹
在文件夹上运行
uglifyjs
并将结果缩小到单个文件或新文件夹的命令。
使用包来执行缩小。
入门
使用以下命令安装模块:
npm
install
uglifyjs-folder
-g
文档
Usage
uglifyjs-folder
path
[options]
options:
-c
--comments
Add
a
comment
with
the
file
name.
-o
--output
Specify
a
file/folder
to
write
the
minified
code
-e
--each
Minify
each
file
independently
-x
--extension
Minified
file
extension
(default:
.min.js)
-p
--pattern
Specifies
a
comma
separated
glob
patterns
for
the
file
selections.
Default:
**/*.js
--pseparator
Specifies
the
separato