ビルドツール
バンドラー・ビルドツール
vite
Native-ESM powered web dev build tool
webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
tsx
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
swc
Alias for @swc/cli
esbuild
An extremely fast JavaScript and CSS bundler and minifier.
rollup
Next-generation ES module bundler
tsup
Bundle your TypeScript library with no config, powered by esbuild
unbuild
A unified JavaScript build system
turbo
Turborepo is a high-performance build system for JavaScript and TypeScript codebases.
nx
The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.
ts-node
TypeScript execution environment and REPL for node.js, with source map support