Skip to content

v131

Compare
Choose a tag to compare
@ije ije released this 15 Aug 05:56
· 698 commits to main since this release

In v131, we improved the /build API to avoid duplicated builds of same input code, and fixed some bugs:

  • Add a cache layer for the /build API
  • Fix dts transformer resolver ignoring *.mjs url
  • Fix ?external option ignoring sub-modules
  • Use raw order of the exports in package.json (close #705)
  • Redirect old build path (.js) to new build path (.mjs) (close #703)
  • Upgrade esbuild to 0.19.2