
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
dio-bundler
Advanced tools
📦 零配置 javascript 包/库构建工具,基于 rollup
yarn add -D dio-bundler # 或 npm i -D dio-bundler
第一步:package.json 中新增 scripts:
  "scripts": {
    "build": "dio"
  },
第二步:命令行进入项目目录,运行:
yarn build # 或 npm run build
dio 默认以 src/index.js 为入口,在 dist 目录输出 'umd', 'es', 'cjs' 三种格式的构建包(包含未压缩和已压缩版本)。
 
可在项目根目录新建 dio.config.js 自定义 dio 构建配置(或在 package.json 中使用 dioConfig 对象配置)。
Copyright (c) 2018-present, komo
0.6.1 (2022-06-23)
<a name="0.6.0"></a>
FAQs
📦 零配置 JavaScript、TypeScript、Vue 包构建工具,基于 Rollup
The npm package dio-bundler receives a total of 0 weekly downloads. As such, dio-bundler popularity was classified as not popular.
We found that dio-bundler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.