Microbundle
新加坡
前端开发前端构建

Microbundle

瑾舟导航上架 | One dependency to bundle your library using only a package.json Support for ESnext & async/await (via Babel & async-to-promises) Produces tiny, ...

标签:
{
  "name": "foo",                      // your package name
  "type": "module",
  "source": "src/foo.js",             // your source code
  "exports": {
    "require": "./dist/foo.cjs",      // used for require() in Node 12+
    "default": "./dist/foo.modern.js" // where to generate the modern bundle (see below)
  },
  "main": "./dist/foo.cjs",           // where to generate the CommonJS bundle
  "module": "./dist/foo.module.js",   // where to generate the ESM bundle
  "unpkg": "./dist/foo.umd.js",       // where to generate the UMD bundle (also aliased as "umd:main")
  "scripts": {
    "build": "microbundle",           // compiles "source" to "main"/"module"/"unpkg"
    "dev": "microbundle watch"        // re-build when source files change
  }
}

数据统计

数据评估

Microbundle浏览人数已经达到3,如你需要查询该站的相关权重信息,可以点击"5118数据""爱站数据""Chinaz数据"进入;以目前的网站数据参考,建议大家请以爱站数据为准,更多网站价值评估因素如:Microbundle的访问速度、搜索引擎收录以及索引量、用户体验等;当然要评估一个站的价值,最主要还是需要根据您自身的需求以及需要,一些确切的数据则需要找Microbundle的站长进行洽谈提供。如该站的IP、PV、跳出率等!

关于Microbundle特别声明

本站瑾舟导航提供的Microbundle都来源于网络,不保证外部链接的准确性和完整性,同时,对于该外部链接的指向,不由瑾舟导航实际控制,在2022年6月9日 上午11:20收录时,该网页上的内容,都属于合规合法,后期网页的内容如出现违规,可以直接联系网站管理员进行删除,瑾舟导航不承担任何责任。

相关导航

暂无评论

您必须登录才能参与评论!
立即登录
暂无评论...