developit / developit/microbundle
IIFE uses the same name format as CJS?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 8.1k
- Fork
- 358
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.