Skip to content

Releases: wd-4000/mkdist

v1.4.0

24 Dec 22:21
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow passing esbuild transform options (#144)
  • Support jsx and tsx files (#71)
  • Support configurable loaders (#152)
  • cli: Support --minify and --target (84c59aa)
  • Support postcss loader (#167)

🩹 Fixes

  • Handle .cts and .mts as typescript (#162)
  • cjs: Hotfix babel transformation issue (94444df)
  • Resolve dynamic import paths (#165)
  • Pass all options to loader context (ea5ba97)

💅 Refactors

  • cli: Migrate to unjs/citty (#157)

🌊 Types

  • Add cjs, mts and cts to the supported extensions (e7d3ffb)

🏡 Chore

🤖 CI

  • Use conventional commit for autofix (2e20d10)

❤️ Contributors