Skip to content

railpack v0.28.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:18
Immutable release. Only release title and notes can be modified.
8bf1cbf

Providers

New

  • Expo Web: Railpack now detects Expo Web projects configured for static export as SPAs and serves the built output from dist with the static file server. Configure expo.web.output to static or single in app.json, ensure expo and react-native-web are in your dependencies, and add a build script such as expo export --platform web to your package.json. by @iloveitaly in #585

Fixed

  • Node: Increased the default npm fetch retry count to 5 (NPM_CONFIG_FETCH_RETRIES=5) to improve build reliability against transient registry network errors during dependency installation. by @iloveitaly in #598

CLI

New

  • Mise: Updated mise version from v2026.6.10 to v2026.6.11.

Full Changelog: v0.27.2...v0.28.0


Internal improvements to testing, documentation, and dependency updates by @iloveitaly.