developit / developit/microbundle
IIFE uses the same name format as CJS?
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 8.1k
- Forks
- 358
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
When exporting IIFE format, name of the output file is the same as for CJS format so CJS is overwritten
```
> microbundle --format cjs,iife --name mynth_test
Build "test" to dist:
567 B: test.cjs.gz
437 B: test.cjs.br
573 B: test.cjs.gz
442 B: test.cjs.br
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.