Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 597 Bytes

utils

Build Status Coverage Status

使用

# 安装依赖
npm install
# 编译
npm run build

编译后 dist 文件夹下会有三个目录,raw、cjs、esm,保存了不同版本的编译后文件。

也可以指定需要使用的模块,将该模块和所有依赖的模块一同编译输出

npm run build -m common/array -t esm