0.0.5 ā¢ Published 4 years ago
makedist v0.0.5
makedist
Lightweight file-to-file transpiler
Features
- Vue SFC support (
<script>
tag transpilation) - Typescript support (via esbuild)
- Automatic copying of assets
Usage
npx makedist [rootDir] [--src=src] [--dist=dist] [--format=cjs|esm]
Compared to tsc
/ babel
ā Copies all assets (not just TS)
ā Supports TypeScript for Vue SFC
ā Faster, thanks to esbuild
š§ (WIP) .d.ts
generation