Biçimlendiriciler ve Kod
esbuild / Rollup Config Oluşturucu
Pick a bundler, get a working starter config.
Editörün notu
Understanding · Speed vs sophistication, mostly.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
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.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- Docker Compose OluşturucuHizmet listesinden Compose dosyası.
- Kubernetes Deployment + ServiceTek bir dosyada K8s Deployment + Service bildirimi.
- GitHub Actions İş AkışıNode, Python veya Go için CI iş akışı saniyeler içinde.
- GitLab CI HattıÇok aşamalı .gitlab-ci.yml — derle / test et / dağıt.
- Terraform Modül Taslağıvariables.tf + main.tf + outputs.tf iskeleti.
- Dockerfile En İyi Uygulama OluşturucuÇok aşamalı Dockerfile + .dockerignore — Node, Python, Go.