mkdist

Lightweight file-to-file transformer

MIT 53 个版本
安装
npm install mkdist
yarn add mkdist
pnpm add mkdist
bun add mkdist
README

mkdist

npm version npm downloads Github Actions Codecov

Lightweight file-to-file transformer

✅ Copies all assets

✅ Supports Vue Single File Components

✅ Fast and minimal transform by esbuild

.d.ts generation for .ts, .js and .vue files

✅ Support postcss (autoprefixer, cssnano and postcss-nested enabled out of the box!)

❓ Why?

Bundling libraries isn't always the best choice:

  • We lose original file structure
  • We lose modern syntax by transpiling in bundle
  • We lose critical-css by extracting css to a global dist (vue)
  • Dependencies will be always imported from bundle even if not used (a second bundling step might fix this but it usually won't happen in development and for dependencies with side-effects)

While there are tools like tsc and @babel/cli, they mostly focus on transpiling rather than keeping source level quality. Also they lack support for handling custom extensions like .vue and copying assets.

🚀 Usage

npx mkdist [rootDir] [--src=src] [--dist=dist] [--no-clean] [--pattern=glob [--pattern=more-glob]] [--format=cjs|esm] [-d|--declaration] [--ext=mjs|js|ts]

License

MIT

版本列表
2.4.1 2025-09-12
2.4.0 2025-09-12
2.3.0 2025-04-04
2.2.0 2024-12-28
2.1.0 2024-12-15
2.0.1 2024-12-13
2.0.0 2024-12-13
1.6.0 2024-10-05
1.5.9 2024-09-10
1.5.8 2024-09-10
1.5.7 2024-09-09
1.5.6 2024-09-06
1.5.5 2024-09-02
1.5.4 2024-07-16
1.5.3 2024-06-24
1.5.2 2024-06-18
1.5.1 2024-04-25
1.5.0 2024-04-25
1.4.0 2023-11-22
1.3.1 2023-11-15
1.3.0 2023-07-18
1.2.0 2023-03-28
1.1.2 2023-03-10
1.1.1 2023-02-06
1.1.0 2023-01-10
1.0.0 2022-11-15
0.4.1 2022-11-15
0.4.0 2022-10-27
0.3.13 2022-06-23
0.3.12 2022-06-23
0.3.11 2022-06-23
0.3.10 2022-02-04
0.3.9 2022-01-21
0.3.8 2021-12-14
0.3.7 2021-12-13
0.3.6 2021-12-10
0.3.5 2021-10-20
0.3.4 2021-10-13
0.3.3 2021-07-15
0.3.2 2021-06-16
0.3.1 2021-05-24
0.3.0 2021-05-24
0.2.1 2021-04-23
0.2.0 2021-04-21
0.1.7 2021-04-14
0.1.6 2021-04-09
0.1.5 2021-04-08
0.1.4 2021-04-07
0.1.3 2021-03-30
0.1.2 2021-03-06
0.1.1 2021-01-17
0.1.0 2021-01-17
0.0.5 2021-01-17