포매터 및 코드
esbuild / Rollup Config 생성기
Pick a bundler, get a working starter config.
Runs in your browser
build.mjs
lines: 13chars: 212size: 212 B
live
편집자 노트
Understanding · Speed vs sophistication, mostly.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›Should I choose esbuild or Rollup?
Use esbuild for speed and simpler modern workflows. Choose Rollup if you need advanced features like tree-shaking for libraries or complex plugin ecosystems.
›What output formats are supported?
The generator supports CommonJS (`cjs`) for Node.js, ESM (`esm`) for modern browsers, and UMD (`umd`) for general compatibility.
›Does this tool install the packages for me?
No, it generates the configuration file text. You must still run `npm install` or `yarn add` for the relevant bundler and its plugins.
›Are my project details sent to a server?
No. The configuration logic runs entirely in your browser. Your file paths and project settings remain private to your local device.
사람들이 다음도 검색합니다.
관련 도구
More in this room.
- Docker Compose 생성기서비스 목록에서 Compose 파일을 생성합니다.
- Kubernetes 배포 + 서비스K8s 배포 + 서비스 매니페스트를 하나의 파일로.
- GitHub Actions 워크플로우Node, Python 또는 Go를 위한 CI 워크플로우를 몇 초 안에 생성합니다.
- GitLab CI 파이프라인다단계 .gitlab-ci.yml — 빌드 / 테스트 / 배포.
- Terraform 모듈 스텁variables.tf + main.tf + outputs.tf 스캐폴드.
- Dockerfile Best-Practice 생성기다단계 Dockerfile + .dockerignore — Node, Python, Go.