developit / developit/microbundle
IIFE uses the same name format as CJS?
Open
- Dominant language
- JavaScript
- Stars
- 8.1k
- Forks
- 358
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.