Skip to content

Release 3.1.17

Choose a tag to compare

@jhaynie jhaynie released this 31 Jul 22:59
· 2 commits to main since this release
v3.1.17
6a6bb74

Bug Fixes

  • Fixed CLI build to wipe the staging output directory before repackaging, so deleted dist assets and stale _serve.js files from previous builds no longer ship on rebuild. (#1633, Jeff Haynie)
  • Fixed Next.js standalone packaging to select the project's real server.js instead of a stale root server.js when outputFileTracingRoot or a monorepo layout nests it under a subpath, and set the launch process workingDirectory to the nested directory. (#1633, Jeff Haynie)
  • Added next.config.mts to the detected Next.js config files. (#1633, Jeff Haynie)
  • Fixed the Next.js CDN assetPrefix config wrapper so it typechecks under Next's build-time typecheck. (#1633, Jeff Haynie)