developit / developit/microbundle
How to set file names for chunk bundles
Open
Feature Request
- Dominant language
- JavaScript
- Stars
- 8.1k
- Forks
- 358
- PR merge metrics
- No merged PRs in 30d
Description
Chunk file is suffixed with random string. Is it possible to set fixed file name for chunk files?
```
> microbundle --format=esm
Build "foo" to dist:
67 B: foo.esm.js.gz
51 B: foo.esm.js.br
12.3 kB: index-5d50c813.js.gz
10.9 kB: index-5d50c813.js.br
26.4 kB: core-9b3f477a.js.gz
23.3 kB: core-9b3f477a.js.br
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.