Formatadores e Código
Gerador de Configuração esbuild / Rollup
Pick a bundler, get a working starter config.
Nota do editor
Understanding · Speed vs sophistication, mostly.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Gerador de Docker ComposeFicheiro Compose a partir de uma lista de serviços.
- Kubernetes Deployment + ServiceManifesto K8s Deployment + Service num único ficheiro.
- Fluxo de Trabalho do GitHub ActionsFluxo de trabalho de CI para Node, Python ou Go em segundos.
- Pipeline do GitLab CI.gitlab-ci.yml de várias fases — build / testar / implementar.
- Estrutura Básica do Módulo TerraformEstrutura de variables.tf + main.tf + outputs.tf.
- Gerador de Dockerfile com Melhores PráticasDockerfile multifase + .dockerignore — Node, Python, Go.