小型模块零配件打包程序 microbundle

码农软件 · 软件分类 · 常用JavaScript包 · 2019-04-04 20:13:54

软件介绍

由 Rollup 提供支持的小型模块的零配置打包程序。


 特征:

  • 只用一个 package.json捆绑您的库

  • 支持 ESnext&async / await 

  • 支持多个输入模块cli.jsindex.js等)

  • 为每个条目创建多个输出格式(CJS,UMD和ESM)

  • 内置Uglify压缩和gzipped捆绑大小跟踪

安装

npm i -D microbundle

...然后将脚本添加到您的package.json

{
   “ scripts ”: {
     “ build ”: “ microbundle ”,
     “ dev ”: “ microbundle watch ” 
  } 
}

本文地址:https://www.codercto.com/soft/d/2868.html

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition

Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95

Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具