unjs / mkdist

Lightweight file-to-file transpiler.
MIT License
367 stars 25 forks source link

emit cjs & esm #254

Open ryoppippi opened 2 weeks ago

ryoppippi commented 2 weeks ago

Describe the feature

in current version, mkdist emmits cjs OR esm version of output. Is there any ways to generate in both formats?

Additional information